aboutsummaryrefslogtreecommitdiffstats
path: root/stella.js
diff options
context:
space:
mode:
authoranekos2010-12-19 06:42:28 +0900
committeranekos2010-12-19 08:50:56 +0900
commit9d4f2c29a644dd5b386f6a95bf611851f7b6803e (patch)
tree71edf1e1d2d7cedffbb67cf8ae31e5d59942b4aa /stella.js
parent6c47f5e443fef9e295fe9a9a4b19fbd0de8d4cb6 (diff)
downloadvimperator-plugins-9d4f2c29a644dd5b386f6a95bf611851f7b6803e.tar.bz2
GUI 復帰
Diffstat (limited to 'stella.js')
-rw-r--r--stella.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/stella.js b/stella.js
index c9b304b..eb93a19 100644
--- a/stella.js
+++ b/stella.js
@@ -1665,7 +1665,7 @@ Thanks:
vimeo: new VimeoPlayer(this.stella)
};
- this.noGUI = true;
+ // this.noGUI = true;
this.createGUI();
this.__onResize = window.addEventListener('resize', U.bindr(this, this.onResize), false);
this.progressListener = new WebProgressListener({onLocationChange: U.bindr(this, this.onLocationChange)});
@@ -1916,7 +1916,7 @@ Thanks:
});
let stbar = document.getElementById('status-bar');
- stbar.insertBefore(panel, document.getElementById('liberator-statusline').nextSibling);
+ stbar.appendChild(panel);
let relmenu = document.getElementById('anekos-stella-relations-menupopup');