mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
Modify upload script
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9313 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5dbb64c26b
commit
cb605c4ac6
1 changed files with 2 additions and 2 deletions
|
|
@ -43,10 +43,10 @@ function start(cfg) {
|
|||
|
||||
seq = cfg.editorSequence;
|
||||
id = cfg.replaceButtonID;
|
||||
$button = $('#'+id).css('position', 'relative');
|
||||
$button = $('#'+id).wrap('<span style="position:relative" />');
|
||||
width = $button.width();
|
||||
height = $button.height();
|
||||
$span = $('<span id="dummy'+id+'" />').appendTo($button);
|
||||
$span = $('<span id="dummy'+id+'" />').insertAfter($button);
|
||||
|
||||
settings = {
|
||||
flash_url : request_uri + 'modules/editor/tpl/images/SWFUpload.swf',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue