kopia lustrzana https://github.com/c9/core
fix typo
rodzic
0159d53047
commit
c81eae9b8a
|
@ -960,7 +960,7 @@ apf.menu = function(struct, tagName){
|
||||||
if (!amlNode.$amlLoaded)
|
if (!amlNode.$amlLoaded)
|
||||||
amlNode.dispatchEvent("DOMNodeInsertedIntoDocument");
|
amlNode.dispatchEvent("DOMNodeInsertedIntoDocument");
|
||||||
// sometimes DOMNodeInsertedIntoDocument event handler puts $ext at the end of the popup
|
// sometimes DOMNodeInsertedIntoDocument event handler puts $ext at the end of the popup
|
||||||
if (!amlNode.previousSibling || !amlNode.previousSibling.$ext || amlNode.$ext)
|
if (!amlNode.previousSibling || !amlNode.previousSibling.$ext || !amlNode.$ext)
|
||||||
continue;
|
continue;
|
||||||
if (amlNode.$ext.previousSibling == amlNode.previousSibling.$ext)
|
if (amlNode.$ext.previousSibling == amlNode.previousSibling.$ext)
|
||||||
continue;
|
continue;
|
||||||
|
|
Ładowanie…
Reference in New Issue