kopia lustrzana https://github.com/c9/core
return correct exit code
rodzic
f5083813a1
commit
9244db6b2c
|
@ -238,7 +238,7 @@ require([
|
||||||
|
|
||||||
layout.initMenus = function() {};
|
layout.initMenus = function() {};
|
||||||
layout.findParent = function(){
|
layout.findParent = function(){
|
||||||
if (!bar || bar.$amlDestroyed) {
|
if (!bar || bar.$amlDestroyed || !bar.$ext || !bar.$ext.parentNode) {
|
||||||
bar = apf.document.documentElement.appendChild(
|
bar = apf.document.documentElement.appendChild(
|
||||||
new imports.ui.bar());
|
new imports.ui.bar());
|
||||||
bar.$ext.style.position = "fixed";
|
bar.$ext.style.position = "fixed";
|
||||||
|
|
Ładowanie…
Reference in New Issue