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

Content deleted Content added
m Add nowiki to remove erroneous template transclusion
maintenance: more info Uncaught TypeError: Cannot read property 'previousSibling' of null
Line 253:
var e = document.getElementById('editform');
while (true) {
var p = e && e.previousSibling;
if ( (p == null) || ((p.nodeType == 1) && (p.id != 'toolbar')) ) {
break;