diff options
Diffstat (limited to 'www/js/fixmystreet.js')
-rw-r--r-- | www/js/fixmystreet.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/js/fixmystreet.js b/www/js/fixmystreet.js index ce79214..a2551db 100644 --- a/www/js/fixmystreet.js +++ b/www/js/fixmystreet.js @@ -77,7 +77,7 @@ function tabs(elem, indirect) { } -$(function(){ +$(document).bind('pageinit', function(){ var $html = $('html'); $html.removeClass('no-js').addClass('js'); @@ -554,7 +554,6 @@ $.fn.drawer = function(id, ajax) { heightFix(window, '.content', -176); } } - }); /* |