From b35a27ba34dd96b829284bbd33d22abdb744c35f Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Thu, 8 Sep 2011 13:07:43 +0100 Subject: Tidy up a bit of CSS. --- web/js/fixmystreet.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/js') diff --git a/web/js/fixmystreet.js b/web/js/fixmystreet.js index b67c4d74b..6a11a5832 100644 --- a/web/js/fixmystreet.js +++ b/web/js/fixmystreet.js @@ -5,6 +5,8 @@ $(function(){ + $('html').removeClass('no-js').addClass('js'); + $('#pc').focus(); $('input[type=submit]').removeAttr('disabled'); -- cgit v1.2.3