diff options
| -rw-r--r-- | webgui/data/tabs.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webgui/data/tabs.js b/webgui/data/tabs.js index d3263c6..1d178d9 100644 --- a/webgui/data/tabs.js +++ b/webgui/data/tabs.js | |||
| @@ -7,8 +7,6 @@ jQuery(document).ready(function() { | |||
| 7 | 7 | ||
| 8 | // Change/remove current tab to active | 8 | // Change/remove current tab to active |
| 9 | jQuery(this).parent('li').addClass('active').siblings().removeClass('active'); | 9 | jQuery(this).parent('li').addClass('active').siblings().removeClass('active'); |
| 10 | |||
| 11 | jQuery('.focused').removeClass('focused'); | ||
| 12 | 10 | ||
| 13 | e.preventDefault(); | 11 | e.preventDefault(); |
| 14 | }); | 12 | }); |
