Refactor & release 2.0.7
This commit is contained in:
commit
1d30719e8f
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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()
|
||||
})
|
||||
}
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue