mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Media-Manager prototype js fixed.
This commit is contained in:
@@ -498,7 +498,7 @@ class e_media
|
|||||||
$onclicki = "parent.document.getElementById('{$tagid}').value = '{$im['media_url']}';
|
$onclicki = "parent.document.getElementById('{$tagid}').value = '{$im['media_url']}';
|
||||||
parent.document.getElementById('".$prevId."').src = '{$realPath}';
|
parent.document.getElementById('".$prevId."').src = '{$realPath}';
|
||||||
return false;";
|
return false;";
|
||||||
$onclicki = "";
|
//$onclicki = "";
|
||||||
$class .= " e-media-select e-dialog-close";
|
$class .= " e-media-select e-dialog-close";
|
||||||
}
|
}
|
||||||
else // TinyMce and textarea bbcode
|
else // TinyMce and textarea bbcode
|
||||||
@@ -508,7 +508,7 @@ class e_media
|
|||||||
document.getElementById('preview').src = '{$realPath}';
|
document.getElementById('preview').src = '{$realPath}';
|
||||||
|
|
||||||
return false;";
|
return false;";
|
||||||
$onclicki = "";
|
//$onclicki = "";
|
||||||
$class .= " e-media-select";
|
$class .= " e-media-select";
|
||||||
$onclicki = "";
|
$onclicki = "";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user