Remove redirect to index from registration.done()
This commit is contained in:
@@ -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 () {
|
||||||
|
Reference in New Issue
Block a user