dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #08548
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2072: Minor fix.
------------------------------------------------------------
revno: 2072
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2010-11-16 15:09:53 +0700
message:
Minor fix.
modified:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateProgramAttributeForm.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-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateProgramAttributeForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateProgramAttributeForm.vm 2010-11-09 02:09:53 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateProgramAttributeForm.vm 2010-11-16 08:09:53 +0000
@@ -86,10 +86,10 @@
</form>
<script>
- if ( jQuery("valueType ").val() == "COMBO" )
+ if ( jQuery("#valueType").val() == "COMBO" )
{
+ jQuery("#attributeComboRow").show();
+ }else{
jQuery("#attributeComboRow").hide();
- }else{
- jQuery("#attributeComboRow").show();
}
</script>