Skip to content

Commit

Permalink
Dev: removing superfish from admin scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
louis committed Sep 28, 2015
1 parent 956366b commit ee7530e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion scripts/admin/admin_core.js
Expand Up @@ -41,7 +41,6 @@ $(document).ready(function(){
duration: 'fast'
}, $.datepicker.regional[LS.data.language]);
}
$(".sf-menu").superfish({speed: 'fast'});
doToolTip();
$('button,input[type=submit],input[type=button],input[type=reset],.button').button();
$('button,input[type=submit],input[type=button],input[type=reset],.button').addClass("limebutton");
Expand Down
4 changes: 1 addition & 3 deletions scripts/admin/browse.js
Expand Up @@ -30,9 +30,7 @@ $(document).on("mouseenter",".browsetable tbody td:not([title])",function(){
}
});
$(document).ready(function(){
$('ul.sf-menu').superfish({
speed:'fast'
});

$("#selectall").click(function(){
$('.cbResponseMarker').attr('checked',$(this).is(':checked'));
});
Expand Down

0 comments on commit ee7530e

Please sign in to comment.