------------------------------------------------------------
revno: 11610
committer: Tran Chau <[email protected]>
branch nick: dhis2
timestamp: Thu 2013-08-08 13:29:51 +0700
message:
Minor fix.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.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-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.js 2013-08-08 06:20:51 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.js 2013-08-08 06:29:51 +0000
@@ -1796,11 +1796,10 @@
jQuery('#dashboardHistoryDiv').toggle();
}
-function viewPersonProgram ( displayedDiv, hidedDiv1, hideDiv2 )
+function viewPersonProgram ( displayedDiv, hidedDiv )
{
showById(displayedDiv);
- hideById(hidedDiv1);
- hideById(hidedDiv2);
+ hideById(hidedDiv);
}
// --------------------------------------------------------------------
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp