------------------------------------------------------------
revno: 2072
committer: Tran Chau <[email protected]>
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>

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to