Browse Source

fix: close popup after opening dashboard

close #238
Gerald 8 years ago
parent
commit
a9c376874e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/popup/views/app.vue

+ 1 - 0
src/popup/views/app.vue

@@ -110,6 +110,7 @@ export default {
     },
     onManage() {
       browser.runtime.openOptionsPage();
+      window.close();
     },
     onFindScripts(item) {
       let domain;