/** * Highlight the section when hovering over the appropriate section edit button * * @author Christophe Drevet */ addInitEvent(function(){ // detect header and its level var class_regexp = new RegExp('H([1-5])'); var btns = getElementsByClass('btn_secedit',document,'form'); for(var i=0; i