User:Magnus Manske/less edit clutter.js: Difference between revisions

Content deleted Content added
mNo edit summary
mNo edit summary
Line 134:
var top = document.createElement ( 'div' ) ;
top.id = 'lec_div_top' ;
 
var adiv = document.createElement ( 'div' ) ;
adiv.style.display = 'block' ;
topadiv.appendChild ( document.createTextNode ( "Main text (" ) ) ;
topadiv.appendChild ( a ) ;
topadiv.appendChild ( document.createTextNode ( ")" ) ) ;
 
top.appendChild ( document.createTextNode ( "Header templates and images" ) ) ;
top.appendChild ( lec_tb_top ) ;
top.appendChild ( document.createElement ( 'br' )adiv ) ;
top.appendChild ( document.createTextNode ( "Main text (" ) ) ;
top.appendChild ( a ) ;
top.appendChild ( document.createTextNode ( ")" ) ) ;
 
var bottom = document.createElement ( 'div' ) ;