mirror of
https://github.com/e107inc/e107.git
synced 2025-10-18 00:06:26 +02:00
Media-Manager importing of files
This commit is contained in:
@@ -61,7 +61,7 @@ $(document).ready(function()
|
||||
$("a.e-dialog").colorbox({
|
||||
iframe:true,
|
||||
width:"60%",
|
||||
height:"65%",
|
||||
height:"70%",
|
||||
speed:100
|
||||
});
|
||||
|
||||
@@ -352,7 +352,7 @@ $(document).ready(function()
|
||||
var opt = linkid.split('-');
|
||||
|
||||
if(area == 'remove')
|
||||
{ alert(area);
|
||||
{ // alert(area);
|
||||
var remove = linkid;
|
||||
areaList = '';
|
||||
$('#check-' + opt[1]).show('fast');
|
||||
|
Reference in New Issue
Block a user