mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
return correct exit code
This commit is contained in:
parent
f5083813a1
commit
9244db6b2c
@ -238,7 +238,7 @@ require([
|
||||
|
||||
layout.initMenus = function() {};
|
||||
layout.findParent = function(){
|
||||
if (!bar || bar.$amlDestroyed) {
|
||||
if (!bar || bar.$amlDestroyed || !bar.$ext || !bar.$ext.parentNode) {
|
||||
bar = apf.document.documentElement.appendChild(
|
||||
new imports.ui.bar());
|
||||
bar.$ext.style.position = "fixed";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user