diff options
author | anekos | 2010-12-19 06:42:28 +0900 |
---|---|---|
committer | anekos | 2010-12-19 08:50:56 +0900 |
commit | 9d4f2c29a644dd5b386f6a95bf611851f7b6803e (patch) | |
tree | 71edf1e1d2d7cedffbb67cf8ae31e5d59942b4aa | |
parent | 6c47f5e443fef9e295fe9a9a4b19fbd0de8d4cb6 (diff) | |
download | vimperator-plugins-9d4f2c29a644dd5b386f6a95bf611851f7b6803e.tar.bz2 |
GUI 復帰
-rw-r--r-- | stella.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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'); |