dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #17523
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6998: ouwt bugfix
------------------------------------------------------------
revno: 6998
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2012-05-22 13:04:09 +0200
message:
ouwt bugfix
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/ouwt/ouwt.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-commons-resources/src/main/webapp/dhis-web-commons/ouwt/ouwt.js'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/ouwt/ouwt.js 2012-04-23 14:47:11 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/ouwt/ouwt.js 2012-05-22 11:04:09 +0000
@@ -113,7 +113,7 @@
return true;
}
- if(localRoots === undefined || localRoots.length)
+ if(localRoots === undefined || localRoots.length == 0)
{
return true;
}