Refactor & release 2.0.7

This commit is contained in:
Buu Nguyen 2016-02-11 13:57:23 -08:00
commit 1d30719e8f
7 changed files with 2 additions and 2 deletions

BIN
dist/chrome.crx vendored

Binary file not shown.

BIN
dist/chrome.zip vendored

Binary file not shown.

BIN
dist/firefox.xpi vendored

Binary file not shown.

BIN
dist/opera.nex vendored

Binary file not shown.

BIN
dist/safari.safariextz vendored

Binary file not shown.

View File

@ -108,7 +108,6 @@ $(document).ready(() => {
}
else if (repo) {
$toggler.show()
helpPopup.show()
if (remember && shown) {
toggleSidebar(true)
@ -131,6 +130,7 @@ $(document).ready(() => {
$toggler.hide()
toggleSidebar(false)
}
helpPopup.init()
layoutChanged()
})
}

View File

@ -4,7 +4,7 @@ class HelpPopup {
this.store = store
}
show() {
init() {
const $view = this.$view
const store = this.store
const popupShown = store.get(STORE.POPUP)