1
0
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:
CaMer0n
2012-05-25 11:30:49 +00:00
parent 06df7308bb
commit e9811d8b8f
7 changed files with 170 additions and 100 deletions

View File

@@ -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');