Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
b56d1ac735
@ -564,7 +564,7 @@ if (empty($action) || $action == 'file_manager' || preg_match('/refresh/i',$acti
|
|||||||
|
|
||||||
function loadandshowpreview(filedirname,section)
|
function loadandshowpreview(filedirname,section)
|
||||||
{
|
{
|
||||||
alert('filename='+filename);
|
//alert('filedirname='+filedirname);
|
||||||
jQuery('#ecmfileview').empty();
|
jQuery('#ecmfileview').empty();
|
||||||
|
|
||||||
url='<?php echo dol_buildpath('/core/ajax/ajaxdirpreview.php',1); ?>?action=preview&module=ecm§ion='+section+'&file='+urlencode(filedirname);
|
url='<?php echo dol_buildpath('/core/ajax/ajaxdirpreview.php',1); ?>?action=preview&module=ecm§ion='+section+'&file='+urlencode(filedirname);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user