From 2d818fc886d0c0244f7a1a8a4c3746cbf3503636 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 1 Jun 2012 02:07:24 +0200 Subject: [PATCH] Revert "Fix: add max file size" This reverts commit 8b224e9e2d680d3a2fc77baa157b5ff71e65db70. --- htdocs/core/tpl/ajax/fileupload_main.tpl.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/htdocs/core/tpl/ajax/fileupload_main.tpl.php b/htdocs/core/tpl/ajax/fileupload_main.tpl.php index 0ceddff436b..c81e99b7ad5 100644 --- a/htdocs/core/tpl/ajax/fileupload_main.tpl.php +++ b/htdocs/core/tpl/ajax/fileupload_main.tpl.php @@ -44,11 +44,6 @@ $(function () { // Initialize the jQuery File Upload widget: $('#fileupload').fileupload(); - // Options - $('#fileupload').fileupload('option', { - maxFileSize: max_file_size - }); - }); \ No newline at end of file