diff --git a/htdocs/ecm/index.php b/htdocs/ecm/index.php index bdbb630bb7f..49486ffc728 100644 --- a/htdocs/ecm/index.php +++ b/htdocs/ecm/index.php @@ -564,7 +564,7 @@ if (empty($action) || $action == 'file_manager' || preg_match('/refresh/i',$acti function loadandshowpreview(filedirname,section) { - alert('filename='+filename); + //alert('filedirname='+filedirname); jQuery('#ecmfileview').empty(); url='?action=preview&module=ecm§ion='+section+'&file='+urlencode(filedirname);