diff options
author | Struan Donald <struan@exo.org.uk> | 2012-06-01 17:07:36 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-06-01 17:07:36 +0100 |
commit | 80bc04d0dfcdbe8c29130e559182de155761e6bb (patch) | |
tree | 42e712f00f0ca470af84559995cf6e36641cbfa4 /phonegap/www/js/fixmystreet.js | |
parent | d7ec11d4ff1467f61b7fc5936cebcf158ef1765a (diff) |
whitespace and layout tidy up
Diffstat (limited to 'phonegap/www/js/fixmystreet.js')
-rw-r--r-- | phonegap/www/js/fixmystreet.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phonegap/www/js/fixmystreet.js b/phonegap/www/js/fixmystreet.js index af4ec2e6f..ce7921488 100644 --- a/phonegap/www/js/fixmystreet.js +++ b/phonegap/www/js/fixmystreet.js @@ -310,10 +310,10 @@ $(function(){ //make initial tab active $('.tab-nav a').first().addClass('active'); $('.tab').first().addClass('open'); - + //hide other tabs $('.tab').not('.open').hide(); - + //set up click event $(".tab-nav").on('click', 'a', function(e){ e.preventDefault(); @@ -422,7 +422,7 @@ $.fn.drawer = function(id, ajax) { $('.spinner').remove(); }); } - + // Tall drawer - put after .content for scrolling to work okay. // position over the top of the main .content in precisely the right location d.insertAfter($content).addClass('content').css({ |