Console display fixes

This commit is contained in:
shortcutme 2019-10-06 03:32:04 +02:00
parent 127fa5fa82
commit 6451e7f9f1
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
3 changed files with 7 additions and 7 deletions

View file

@ -114,12 +114,12 @@
})(this);
$(window).on("hashchange", (function(_this) {
return function() {
if (window.top.location.hash === "#ZeroNet:console") {
if (window.top.location.hash === "#ZeroNet:Console") {
return _this.open();
}
};
})(this));
if (window.top.location.hash === "#ZeroNet:console") {
if (window.top.location.hash === "#ZeroNet:Console") {
setTimeout(((function(_this) {
return function() {
return _this.open();