Remove redirect to index from registration.done()
This commit is contained in:
@@ -90,7 +90,6 @@
|
||||
done: function () {
|
||||
localStorage.setItem("chromiumRegistrationDone", "");
|
||||
extension.trigger('registration_done');
|
||||
window.location = '/index.html';
|
||||
},
|
||||
|
||||
isDone: function () {
|
||||
|
Reference in New Issue
Block a user