mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
Improve documentation and error messages
This commit is contained in:
parent
d69007e200
commit
7bf5d78206
6 changed files with 23 additions and 8 deletions
|
|
@ -55,7 +55,7 @@
|
|||
jQuery(function($){
|
||||
// uploader
|
||||
var setting = {
|
||||
maxFileSize: {$file_config->allowed_filesize},
|
||||
maxFileSize: {$logged_info->is_admin === 'Y' ? 0 : $file_config->allowed_filesize},
|
||||
maxChunkSize: {$file_config->allowed_chunk_size},
|
||||
singleFileUploads: true
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue