From 127b931681d903bbfb023c14751795ec06d69348 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 17 Apr 2014 13:27:14 -0400 Subject: [PATCH] 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 Signed-off-by: Galen Charlton --- .../{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 2fbb9f3c67..d8e9e0043e 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 @@ - +