aboutsummaryrefslogtreecommitdiffstats
path: root/web/js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-09-08 13:07:43 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-09-08 13:13:22 +0100
commitb35a27ba34dd96b829284bbd33d22abdb744c35f (patch)
tree80b2f74414d9b37b8923715d8787f88d682856db /web/js
parent3423cfe5e16e9130a25238cd76de76ec2bf07c67 (diff)
Tidy up a bit of CSS.
Diffstat (limited to 'web/js')
-rw-r--r--web/js/fixmystreet.js2
1 files changed, 2 insertions, 0 deletions
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');