aboutsummaryrefslogtreecommitdiffstats
path: root/web/js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-09-05 16:45:49 +0100
committerStruan Donald <struan@exo.org.uk>2011-09-05 16:45:49 +0100
commitb657cbbbb2a04239914cf3704cb222a8b8635a74 (patch)
tree6e0159a4ef12ac93615d1cb7c3ec7c584328d708 /web/js
parent76425711a98b8cc1d507297268499e40645973d3 (diff)
remove debugging code
Diffstat (limited to 'web/js')
-rw-r--r--web/js/fixmystreet.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/js/fixmystreet.js b/web/js/fixmystreet.js
index cf9fcda65..e1901c3c8 100644
--- a/web/js/fixmystreet.js
+++ b/web/js/fixmystreet.js
@@ -82,7 +82,6 @@ $(function(){
$('#submit_sign_in').click( function(e) {
$('#form_category').addClass('required validCategory').removeClass('valid');
$('#form_name').removeClass('required');
- alert( 'submit sign in');
} );
$('#submit_register').click( function(e) {