Author: ygrego Date: 2015-05-20 10:19:55 +0000 (Wed, 20 May 2015) New Revision: 1413 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1413 Log: Modification of property value "_parentalControlStatus" in constructor "init". Modified: oipf/js/impl/ParentalControlManagerObject.js Modified: oipf/js/impl/ParentalControlManagerObject.js =================================================================== --- oipf/js/impl/ParentalControlManagerObject.js 2015-05-20 09:37:40 UTC (rev 1412) +++ oipf/js/impl/ParentalControlManagerObject.js 2015-05-20 10:19:55 UTC (rev 1413) @@ -55,7 +55,7 @@ this.isPINEntryLocked = false; this._blockUnrated = false; - this._parentalControlStatus = true; + this._parentalControlStatus = false; this._currentPIN = "1234"; this._invalidPINAttemptsMax = 4;