Console display fixes
This commit is contained in:
parent
127fa5fa82
commit
6451e7f9f1
3 changed files with 7 additions and 7 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue