mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +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>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script cond="$allow_fileupload">
|
||||||
function reloadUploader(editor_sequence){
|
function reloadUploader(editor_sequence){
|
||||||
jQuery(function($){
|
jQuery(function($){
|
||||||
var setting = {
|
var setting = {
|
||||||
|
|
@ -56,7 +56,6 @@
|
||||||
}
|
}
|
||||||
jQuery(function($){
|
jQuery(function($){
|
||||||
// uploader
|
// uploader
|
||||||
<!--@if($allow_fileupload)-->
|
|
||||||
var setting = {
|
var setting = {
|
||||||
maxFileSize: {$file_config->allowed_filesize},
|
maxFileSize: {$file_config->allowed_filesize},
|
||||||
limitMultiFileUploadSize: {$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_checked_file_is_deleted = '{$lang->msg_checked_file_is_deleted}';
|
||||||
window.xe.msg_not_allowed_filetype = '{$lang->msg_not_allowed_filetype}';
|
window.xe.msg_not_allowed_filetype = '{$lang->msg_not_allowed_filetype}';
|
||||||
window.xe.msg_file_upload_error = '{$lang->msg_file_upload_error}';
|
window.xe.msg_file_upload_error = '{$lang->msg_file_upload_error}';
|
||||||
<!--@endif-->
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue