Remove redirect to index from registration.done()
This commit is contained in:
parent
6f3de68834
commit
bf2bf4cfd9
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@
|
|||
done: function () {
|
||||
localStorage.setItem("chromiumRegistrationDone", "");
|
||||
extension.trigger('registration_done');
|
||||
window.location = '/index.html';
|
||||
},
|
||||
|
||||
isDone: function () {
|
||||
|
|
Loading…
Reference in a new issue