------------------------------------------------------------
revno: 12017
committer: Tran Chau <[email protected]>
branch nick: dhis2
timestamp: Tue 2013-09-10 19:49:25 +0700
message:
Fixed bug - find-person-orgunit-gets-deselected.
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-09-09 18:00:50 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.js 2013-09-10 12:49:25 +0000
@@ -1722,7 +1722,7 @@
function activeProgramInstanceDiv( programInstanceId )
{
- jQuery(".selected").each(function(){
+ jQuery("#patientDashboard .selected").each(function(){
jQuery(this).removeClass();
});
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp