Skip to content

Commit

Permalink
Fix: Directory Listing menu is not working in responsive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
MaStr committed Feb 7, 2016
1 parent 3e0549c commit eb6c335
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion piratebox/piratebox/www/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ $(document).ready(function() {
display_shoutbox();

// Add Tooltips
$('#du_form_button').tooltip();
if ( $('#du_form_button').lenght ) {
$('#du_form_button').tooltip();
}

// Spin menu icon and toggle nav
$('#menu-icon').click(function() {
Expand Down

0 comments on commit eb6c335

Please sign in to comment.