User:Cacycle/wikEd.js: Difference between revisions

Content deleted Content added
maintenance: TypeError: wikEd.frameBody is null
maintenance: Uncaught TypeError: Cannot read property 'bottom' of undefined
Line 5,220:
 
// vertical pos
if (rect && rect.bottom + barHeight <= parseInt(wikEd.frameHeight)) {
wikEd.buttonBarPasted.style.top = rect.bottom + 'px';
}