From 1fc102825acb7adf9ddfde18de52de2a58b081b0 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 8 Jun 2012 11:47:34 +0200 Subject: [PATCH] Fix: bad option name --- htdocs/core/tpl/ajax/fileupload_main.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/tpl/ajax/fileupload_main.tpl.php b/htdocs/core/tpl/ajax/fileupload_main.tpl.php index 01d27749e23..9807dfb293b 100644 --- a/htdocs/core/tpl/ajax/fileupload_main.tpl.php +++ b/htdocs/core/tpl/ajax/fileupload_main.tpl.php @@ -45,7 +45,7 @@ $(function () { // Options $('#fileupload').fileupload('option', { // Enable iframe cross-domain access via redirect option - reidrect: window.location.href.replace(/\/[^\/]*$/,'/includes/jquery/plugins/fileupload/cors/result.html?%s'), + redirect: window.location.href.replace(/\/[^\/]*$/,'/includes/jquery/plugins/fileupload/cors/result.html?%s'), maxFileSize: '' });