Remove redirect to index from registration.done()

This commit is contained in:
lilia 2015-04-29 12:21:25 -07:00
parent 6f3de68834
commit bf2bf4cfd9

View file

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