dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #33115
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 16872: use new datepicker in data-entry
------------------------------------------------------------
revno: 16872
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2014-09-30 10:45:34 +0700
message:
use new datepicker in data-entry
modified:
dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.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-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js 2014-09-29 21:58:23 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js 2014-09-30 03:45:34 +0000
@@ -451,7 +451,7 @@
if ( type == 'date' )
{
- datePicker( id );
+ dhis2.period.picker.createInstance( '#' + id );
}
} );