From f02e4b97c487c980bc823f467e078a966f747bee Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 7 Oct 2016 18:19:48 +0200 Subject: Add ability to change RC settings from gui --- gui/static/script.js | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'gui/static/script.js') diff --git a/gui/static/script.js b/gui/static/script.js index 231aa03..a585f9f 100644 --- a/gui/static/script.js +++ b/gui/static/script.js @@ -1,16 +1,4 @@ $(document).ready(function() { - // Only show first tab - $('#info div:not(:first)').hide(); - - // Handle clicks on tabs to change visiblity of panes - $('#info-nav li').click(function(event) { - event.preventDefault(); - $('#info div').hide(); - $('#info-nav .current').removeClass("current"); - $(this).addClass('current'); - var clicked = $(this).find('a:first').attr('href'); - $('#info ' + clicked).fadeIn('fast'); - }).eq(0).addClass('current'); }); -- cgit v1.2.3