mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
파일 업로드 권한 설정 반영.
This commit is contained in:
parent
82a833a60d
commit
7630fb1081
1 changed files with 2 additions and 0 deletions
|
|
@ -120,6 +120,7 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
// uploader
|
// uploader
|
||||||
|
<!--@if($allow_fileupload)-->
|
||||||
$(function () {/**/
|
$(function () {/**/
|
||||||
var setting = {
|
var setting = {
|
||||||
maxFileSize: {$file_config->allowed_filesize || 'null'},
|
maxFileSize: {$file_config->allowed_filesize || 'null'},
|
||||||
|
|
@ -127,6 +128,7 @@
|
||||||
};
|
};
|
||||||
var uploader = $('#xe-uploader-container-{$editor_sequence}').xeUploader(setting);
|
var uploader = $('#xe-uploader-container-{$editor_sequence}').xeUploader(setting);
|
||||||
});
|
});
|
||||||
|
<!--@endif-->
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue