Skip to content
Snippets Groups Projects
Commit 71a1b3ab authored by Adrian Lang's avatar Adrian Lang
Browse files

Really remove edit highlighting on mouseout

parent 50e988b1
No related branches found
No related tags found
No related merge requests found
......@@ -552,7 +552,7 @@ addInitEvent(function(){
addEvent(btns[i],'mouseout',function(e){
var secs = getElementsByClass('section_highlight');
for(var j=0; j<secs.length; j++){
secs[j].className = secs[j].className.replace(/section_highlight/,'');
secs[j].className = secs[j].className.replace(/section_highlight/g,'');
}
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment