pull/134/merge
nightwing 2015-09-01 19:27:32 +00:00
rodzic 0159d53047
commit c81eae9b8a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;