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)
|
||||
amlNode.dispatchEvent("DOMNodeInsertedIntoDocument");
|
||||
// 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;
|
||||
if (amlNode.$ext.previousSibling == amlNode.previousSibling.$ext)
|
||||
continue;
|
||||
|
|
Ładowanie…
Reference in New Issue