=== modified file 'dhis-2/dhis-web/dhis-web-mobile/src/main/webapp/dhis-web-mobile-resources/js/dhis2.storage.js' --- dhis-2/dhis-web/dhis-web-mobile/src/main/webapp/dhis-web-mobile-resources/js/dhis2.storage.js 2012-11-05 13:54:36 +0000 +++ dhis-2/dhis-web/dhis-web-mobile/src/main/webapp/dhis-web-mobile-resources/js/dhis2.storage.js 2012-11-05 14:28:26 +0000 @@ -79,8 +79,7 @@ }; dhis2.storage.FormManager.prototype.dataSets = function (id) { - var ou = this.organisationUnits()[id]; - return ou.dataSets; + return this.organisationUnit(id).dataSets; }; dhis2.storage.FormManager.prototype.forms = function () {