Skip to content

Commit

Permalink
Merge pull request mozilla-b2g#9907 from NeerajSeth/bug-815779-passcode
Browse files Browse the repository at this point in the history
Bug 815779 - In Phone Lock Settings, backing out of a passcode-entry page should clear the partly-entered passcode, r=alive (commit 97634e6 + commit f7505a4)
  • Loading branch information
alivedise committed May 28, 2013
2 parents b109a9c + f7505a4 commit a4fdf95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/settings/js/phone_lock.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ var PhoneLock = {
}
break;
case this.passcodeEditButton:
this._passcodeBuffer = '';
this.changeMode('edit');
break;
case this.createPasscodeButton:
Expand Down

0 comments on commit a4fdf95

Please sign in to comment.