dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #19619
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 8637: Minor fix
------------------------------------------------------------
revno: 8637
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2012-10-22 11:19:12 +0200
message:
Minor fix
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/jQuery/jquery.validate.js
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/jQuery/jquery.validate.js'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/jQuery/jquery.validate.js 2012-10-22 09:18:33 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/jQuery/jquery.validate.js 2012-10-22 09:19:12 +0000
@@ -262,7 +262,7 @@
$.extend( $.validator.defaults, settings );
},
- /* -- Custom code by mortenoh -- */
+ /* -- Custom code by mortenoh -- */
setMessages : function( messages ) {
this.messages = messages;
},