aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/fixmystreet.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/js/fixmystreet.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 48d66360b..3d07c61ec 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');