dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #08690
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2146: Minor fix.
------------------------------------------------------------
revno: 2146
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2010-11-23 10:28:07 +0700
message:
Minor fix.
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/ouwt/orgunittree.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-commons-resources/src/main/webapp/dhis-web-commons/ouwt/orgunittree.vm'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/ouwt/orgunittree.vm 2010-11-23 03:20:24 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/ouwt/orgunittree.vm 2010-11-23 03:28:07 +0000
@@ -57,7 +57,6 @@
var visited = byId('visited').value;
if(visited == 0 ){
- byId('visited').value = 1;
byId('searchSpan').style.display = 'none';
}else{
$("#searchSpan").show();