Skip to content

Commit

Permalink
Regenerate JavaScript asset
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Nov 11, 2017
1 parent d745577 commit 3c335b4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vendor/assets/javascripts/rails.validations.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* Client Side Validations - v10.0.1.master (https://github.com/DavyJonesLocker/client_side_validations)
* Client Side Validations - v10.0.2 (https://github.com/DavyJonesLocker/client_side_validations)
* Copyright (c) 2017 Geremia Taglialatela, Brian Cardarella
* Licensed under MIT (http://opensource.org/licenses/mit-license.php)
*/
Expand Down Expand Up @@ -50,8 +50,6 @@
}
};

initializeOnEvent = (window.Turbolinks != null) && window.Turbolinks.supported ? window.Turbolinks.EVENTS != null ? 'page:change' : 'turbolinks:load' : 'ready';

validatorsFor = function(name, validators) {
var captures, validator, validator_name;
if (validators.hasOwnProperty(name)) {
Expand Down

0 comments on commit 3c335b4

Please sign in to comment.