Skip to content

Commit

Permalink
gui: fix wireless-client-modal broken in minified source
Browse files Browse the repository at this point in the history
Fixed: #1022

Signed-off-by: Ansuel Smith <[email protected]>
  • Loading branch information
Ansuel committed Dec 11, 2020
1 parent eefa1fe commit 318d781
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,7 @@ function getInfo(mac,ap,getpath)\
}\
$d.css({\'height\': y+\'px\', \'left\': $(\'#chartcontainerwifi\').width() + \'px\', \'background-color\': color }).appendTo(\'#div-1\');;\
$(".barswifi").each(function(){\
$(this).animate({//left: \'5px\'\
//$(this).css({\
$(this).animate({\
\'left\': $(this).position().left -5,\
\'opacity\': $(this).css(\'opacity\')-0.02,\
\'filter\': \'alpha(opacity=\'+toString(($(this).css(\'opacity\')-0.02)*100)+\')\'\
Expand All @@ -493,8 +492,6 @@ function getInfo(mac,ap,getpath)\
countwifi++;\
}\
\
//\
\
var client_selected_option = $("[name=\'client_selected\'] option");\
\
var client_selected = $("[name=\'client_selected\']");\
Expand Down

0 comments on commit 318d781

Please sign in to comment.