Remove redirect to index from registration.done()

pull/749/head
lilia 10 years ago
parent 6f3de68834
commit bf2bf4cfd9

@ -90,7 +90,6 @@
done: function () {
localStorage.setItem("chromiumRegistrationDone", "");
extension.trigger('registration_done');
window.location = '/index.html';
},
isDone: function () {

Loading…
Cancel
Save