Skip to content

Commit

Permalink
Form validation: Updated to jQuery Validation 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Sep 5, 2014
1 parent 61eebbd commit e348be8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.coffee
Expand Up @@ -373,7 +373,7 @@ module.exports = (grunt) ->
lang = filepath.replace "dist/unmin/js/i18n/", ""
# jQuery validation uses an underscore for locals
lang = lang.replace "_", "-"
validationPath = "lib/jquery-validation/localization/"
validationPath = "lib/jquery-validation/src/localization/"

# Check and append message file
messagesPath = validationPath + "messages_" + lang
Expand Down Expand Up @@ -986,8 +986,8 @@ module.exports = (grunt) ->
"flot/jquery.flot.pie.js"
"flot/jquery.flot.canvas.js"
"SideBySideImproved/jquery.flot.orderBars.js"
"jquery-validation/jquery.validate.js"
"jquery-validation/additional-methods.js"
"jquery-validation/dist/jquery.validate.js"
"jquery-validation/dist/additional-methods.js"
"magnific-popup/dist/jquery.magnific-popup.js"
"google-code-prettify/src/*.js"
"DataTables/media/js/jquery.dataTables.js"
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -32,7 +32,7 @@
"jquery": "2.1.1",
"jquery-oldIE": "jquery#1.11.1",
"jquery-pjax": "1.7.3",
"jquery-validation": "1.11.1",
"jquery-validation": "1.13.0",
"magnific-popup": "0.9.9",
"openlayers": "https://github.com/wet-boew/openlayers-dist.git#2.13.1",
"proj4": "2.1.0",
Expand Down

0 comments on commit e348be8

Please sign in to comment.