Skip to content
Snippets Groups Projects
Commit 6b87e6fa authored by Andreas Gohr's avatar Andreas Gohr
Browse files

javascript fix for recent mediamanager xhtml fix

darcs-hash:20070513213350-7ad00-ed07ed98389045714328c34aaf318fc7734665a2.gz
parent f495da32
No related branches found
No related tags found
No related merge requests found
......@@ -173,7 +173,7 @@ media = {
if(!opener){
// if we don't run in popup display example
var ex = $('ex_'+id);
var ex = $('ex_'+id.replace(/:/,'_'));
if(ex.style.display == ''){
ex.style.display = 'none';
}else{
......
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