From 474e6ffd0a2376089b5f14a4ce35599df61e0746 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 17 Apr 2014 13:27:14 -0400 Subject: [PATCH] [PASSED QA] Bug 12103 - Move ajaxfileupload jQuery plugin outside of language-specific directory 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 Veron Signed-off-by: Kyle M Hall --- .../en => }/lib/jquery/plugins/ajaxfileupload.js | 0 .../intranet-tmpl/prog/en/includes/file-upload.inc | 2 +- 2 files changed, 1 insertions(+), 1 deletions(-) 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 @@ - +