dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #29789
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15113: minor fix
------------------------------------------------------------
revno: 15113
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2014-04-29 20:55:58 +0545
message:
minor fix
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.period.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/dhis2/dhis2.period.js'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.period.js 2014-04-29 14:50:30 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.period.js 2014-04-29 15:10:58 +0000
@@ -70,7 +70,7 @@
};
/**
- * Creates a ranged date picker, keeping to fields in sync.
+ * Creates a ranged date picker, keeping two fields in sync.
*
* @param fromEl From element to select on, can be any kind of jQuery selector, or a jqEl
* @param toEl To element to select on, can be any kind of jQuery selector, or a jqEl