Fix: bad option name
This commit is contained in:
parent
92b02a0084
commit
1fc102825a
@ -45,7 +45,7 @@ $(function () {
|
||||
// Options
|
||||
$('#fileupload').fileupload('option', {
|
||||
// Enable iframe cross-domain access via redirect option
|
||||
reidrect: window.location.href.replace(/\/[^\/]*$/,'<?php echo DOL_URL_ROOT; ?>/includes/jquery/plugins/fileupload/cors/result.html?%s'),
|
||||
redirect: window.location.href.replace(/\/[^\/]*$/,'<?php echo DOL_URL_ROOT; ?>/includes/jquery/plugins/fileupload/cors/result.html?%s'),
|
||||
maxFileSize: '<?php echo $max_file_size; ?>'
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user