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 () {
|
done: function () {
|
||||||
localStorage.setItem("chromiumRegistrationDone", "");
|
localStorage.setItem("chromiumRegistrationDone", "");
|
||||||
extension.trigger('registration_done');
|
extension.trigger('registration_done');
|
||||||
window.location = '/index.html';
|
|
||||||
},
|
},
|
||||||
|
|
||||||
isDone: function () {
|
isDone: function () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue