dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #11705
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 3411: crappy fix for extra datepicker div.. this seems to originate from jquery-ui, so we should look i...
------------------------------------------------------------
revno: 3411
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2011-04-15 16:34:46 +0200
message:
crappy fix for extra datepicker div.. this seems to originate from jquery-ui, so we should look into fixing this for real later on
modified:
dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/exportDataValueForm.vm
--
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-importexport/src/main/webapp/dhis-web-importexport/exportDataValueForm.vm'
--- dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/exportDataValueForm.vm 2011-04-15 14:23:22 +0000
+++ dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/exportDataValueForm.vm 2011-04-15 14:34:46 +0000
@@ -1,6 +1,7 @@
<script type="text/javascript">
jQuery(document).ready(function() {
datePickerInRange( 'startDate' , 'endDate' );
+ jQuery("#ui-datepicker-div").hide();
selectionTreeSelection.setMultipleSelectionAllowed( true );
selectionTree.clearSelectedOrganisationUnits();