From 9d4f2c29a644dd5b386f6a95bf611851f7b6803e Mon Sep 17 00:00:00 2001 From: anekos Date: Sun, 19 Dec 2010 06:42:28 +0900 Subject: GUI 復帰 --- stella.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stella.js') 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'); -- cgit v1.2.3