Author: ygrego Date: 2015-05-18 13:31:27 +0000 (Mon, 18 May 2015) New Revision: 1369 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1369 Log: Modification of method "setParentalControlPIN" which call method "_lockPINEntry". Modified: oipf/js/impl/ParentalControlManagerObject.js Modified: oipf/js/impl/ParentalControlManagerObject.js =================================================================== --- oipf/js/impl/ParentalControlManagerObject.js 2015-05-18 13:07:23 UTC (rev 1368) +++ oipf/js/impl/ParentalControlManagerObject.js 2015-05-18 13:31:27 UTC (rev 1369) @@ -91,12 +91,8 @@ } } - this.isPINEntryLocked = true; + this._lockPINEntry(); - //After a periode of time, the PIN entry will be unlocked. - this._timeout(this._PINLockedTime) - .then(this._setIsPINEntryLocked.bind(this, false)); - return this._PIN_LOCKED; },
participants (1)
-
ygregoï¼ users.nuiton.org