User:PC-XT/Advisor.js: Difference between revisions

Content deleted Content added
maintenance: more info Uncaught TypeError: Cannot read property 'previousSibling' of null
maintenance: more info TypeError: Cannot read property 'parentNode' of null
 
Line 259:
e = p;
}
if(e) {
e.parentNode.insertBefore(ct.eSuggestions, e);
} else {
return;
}
ct.eAddToSummary = document.createElement('DIV');
ct.eAddToSummary.style.border = 'dashed #ccc 1px';