mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
조건문을 더 간단히 수정
This commit is contained in:
parent
de359aaf98
commit
337819a05a
1 changed files with 2 additions and 3 deletions
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
<script cond="$allow_fileupload">
|
||||
function reloadUploader(editor_sequence){
|
||||
jQuery(function($){
|
||||
var setting = {
|
||||
|
|
@ -56,7 +56,6 @@
|
|||
}
|
||||
jQuery(function($){
|
||||
// uploader
|
||||
<!--@if($allow_fileupload)-->
|
||||
var setting = {
|
||||
maxFileSize: {$file_config->allowed_filesize},
|
||||
limitMultiFileUploadSize: {$file_config->allowed_filesize}
|
||||
|
|
@ -68,6 +67,6 @@
|
|||
window.xe.msg_checked_file_is_deleted = '{$lang->msg_checked_file_is_deleted}';
|
||||
window.xe.msg_not_allowed_filetype = '{$lang->msg_not_allowed_filetype}';
|
||||
window.xe.msg_file_upload_error = '{$lang->msg_file_upload_error}';
|
||||
<!--@endif-->
|
||||
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue