diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-03-25 11:00:03 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-05-24 12:27:39 -0400 |
commit | 5a50d03d042651bf98d983f1c06fe060d56c328c (patch) | |
tree | c162173436f9bfe28d6ee781a396fb38a0935afc | |
parent | 9acb9e7dea89da6d54617c54a1a3e958a84cba61 (diff) |
RT# 21110 - cleaned up jQuery Validate link to be compatible with other links.
-rw-r--r-- | httemplate/docs/license.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/httemplate/docs/license.html b/httemplate/docs/license.html index 620a3e68e..9101b9f1e 100644 --- a/httemplate/docs/license.html +++ b/httemplate/docs/license.html @@ -144,9 +144,8 @@ Contains js-cookie by Klaus Hartl, Fagner Brack and contributors, licensed under the terms of the MIT license. <P> -Contains the form validation Jquery plugin jquery-validation -<a href="https://github.com/jquery-validation/jquery-validation/blob/master/LICENSE.md"> by Jörn Zaefferer, -licensed under the terms of MIT License.</a> +Contains the form validation jQuery plugin <a href="https://jqueryvalidation.org/">jQuery Validation</a> by Jörn Zaefferer, +licensed under the terms of MIT License. >>>>>>> f650b4e... RT# 21110, Updated files to use jquery-validate jquery plugin. This allows for field validation instead of just form validation. Also updated footer so it does not use experimental keys on scalar. Dereferenced hash ref prior to using keys. <!-- artwork --> |