=== 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 2011-08-28 12:17:29 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/ouwt/ouwt.js 2011-09-03 15:50:32 +0000 @@ -85,7 +85,7 @@ function update_required( remoteVersion, remoteRoots ) { var localVersion = localStorage[getTagId( "Version" )] ? localStorage[getTagId( "Version" )] : 0; - var localRoots = localStorage[getTagId( "Roots" )] ? localStorage[getTagId( "Roots" )] : []; + var localRoots = localStorage[getTagId( "Roots" )] ? JSON.parse( localStorage[getTagId( "Roots" )] ) : []; if ( localVersion != remoteVersion ) { @@ -115,7 +115,7 @@ if ( data.indexOf( "