From 6520e1d7ac08a2ace41a48e0e336b1aa147444b5 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 17 Apr 2014 13:27:14 -0400 Subject: [PATCH] [Signed-off] Bug 12103 - Move ajaxfileupload jQuery plugin outside of language-specific directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch moves the ajaxfileupload jQuery plugin to intranet-tmpl/prog/lib/jquery/plugins so that it will not be duplicated for each set of translated templates. To test, apply the patch and test a page which requires the file upload plugin. For instance: Tools -> Upload local cover image. The upload process should finish correctly. Tested with patron and local cover images. Works as expected. Signed-off-by: Marc VĂ©ron --- .../intranet-tmpl/{prog/en => }/lib/jquery/plugins/ajaxfileupload.js | 0 koha-tmpl/intranet-tmpl/prog/en/includes/file-upload.inc | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename koha-tmpl/intranet-tmpl/{prog/en => }/lib/jquery/plugins/ajaxfileupload.js (100%) diff --git a/koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/ajaxfileupload.js b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/ajaxfileupload.js similarity index 100% rename from koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/ajaxfileupload.js rename to koha-tmpl/intranet-tmpl/lib/jquery/plugins/ajaxfileupload.js diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/file-upload.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/file-upload.inc index 2fbb9f3..d8e9e00 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/file-upload.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/file-upload.inc @@ -1,5 +1,5 @@ - +