diff options
author | Struan Donald <struan@exo.org.uk> | 2011-11-18 15:55:13 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-11-18 15:55:13 +0000 |
commit | a56fa32e9165e562bb4cfddf3cfa100649618bed (patch) | |
tree | 4a7e87a53cb372e2220153fa2a3154f32c4ed2f6 /web/js/fixmystreet.js | |
parent | f66544473723aa47e416576f3bf1716d662ba0d2 (diff) |
upgrade jquery validation plugin so we are not using a patched version
Diffstat (limited to 'web/js/fixmystreet.js')
-rw-r--r-- | web/js/fixmystreet.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web/js/fixmystreet.js b/web/js/fixmystreet.js index 3bf30d9a6..3d248a5dc 100644 --- a/web/js/fixmystreet.js +++ b/web/js/fixmystreet.js @@ -65,8 +65,6 @@ $(function(){ var form_submitted = 0; - /* NB: we are currently using the dev version of this plugin with - * https://github.com/jzaefferer/jquery-validation/pull/194/ applied */ $("form.validate").validate({ messages: validation_strings, onkeyup: false, |