aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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');