Content deleted Content added
Amorymeltzer (talk | contribs) 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;
|