Commit 51253452 authored by yann300's avatar yann300

fix tabs nav

parent e0546174
...@@ -114,8 +114,6 @@ class FileManager { ...@@ -114,8 +114,6 @@ class FileManager {
return $(this).find('.name').text() === newfile return $(this).find('.name').text() === newfile
}) })
if (active.length) active.addClass('active') if (active.length) active.addClass('active')
else this.switchFile()
// $('#input').toggle(active)
$('#output').toggle(active) $('#output').toggle(active)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment