Remove config after unlink, clear db when linked with new number
This commit is contained in:
parent
fd056e1b4c
commit
9acb189650
7 changed files with 108 additions and 11 deletions
|
@ -4,8 +4,11 @@
|
|||
(function () {
|
||||
'use strict';
|
||||
Whisper.Registration = {
|
||||
markDone: function () {
|
||||
markEverDone: function() {
|
||||
storage.put('chromiumRegistrationDoneEver', '');
|
||||
},
|
||||
markDone: function () {
|
||||
this.markEverDone();
|
||||
storage.put('chromiumRegistrationDone', '');
|
||||
},
|
||||
isDone: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue