mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +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
|
||||
<!--@if($allow_fileupload)-->
|
||||
$(function () {/**/
|
||||
var setting = {
|
||||
maxFileSize: {$file_config->allowed_filesize || 'null'},
|
||||
|
|
@ -127,6 +128,7 @@
|
|||
};
|
||||
var uploader = $('#xe-uploader-container-{$editor_sequence}').xeUploader(setting);
|
||||
});
|
||||
<!--@endif-->
|
||||
})(jQuery);
|
||||
</script>
|
||||
<style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue