From bf2bf4cfd9a54bf9d8a9cc2303d683655f308bd0 Mon Sep 17 00:00:00 2001 From: lilia Date: Wed, 29 Apr 2015 12:21:25 -0700 Subject: [PATCH] Remove redirect to index from registration.done() --- js/chromium.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/chromium.js b/js/chromium.js index c7414f99e..1085ca54c 100644 --- a/js/chromium.js +++ b/js/chromium.js @@ -90,7 +90,6 @@ done: function () { localStorage.setItem("chromiumRegistrationDone", ""); extension.trigger('registration_done'); - window.location = '/index.html'; }, isDone: function () {