Skip to content

Commit

Permalink
Fixed JSHint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Oct 9, 2012
1 parent cbf1f01 commit 3bc3832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme-gcwu-fegc/js/theme.js
Expand Up @@ -175,7 +175,7 @@

// Delay appending of menu by 1 millisecond to avoid JavaScript execution timeout issues
setTimeout(function() {
(wet_boew_theme.force_dialog ? pe.pagecontainer() : pe.bodydiv).find('#jqm-mb-menu').append(wet_boew_theme.menu).trigger('create')
(wet_boew_theme.force_dialog ? pe.pagecontainer() : pe.bodydiv).find('#jqm-mb-menu').append(wet_boew_theme.menu).trigger('create');
},1);

//Transition to show loading icon on transition
Expand Down

0 comments on commit 3bc3832

Please sign in to comment.