Bug 12103 - Move ajaxfileupload jQuery plugin outside of language-specific directory
authorOwen Leonard <oleonard@myacpl.org>
Thu, 17 Apr 2014 17:27:14 +0000 (13:27 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 25 Apr 2014 15:09:16 +0000 (15:09 +0000)
commit127b931681d903bbfb023c14751795ec06d69348
treef4053c40871c166b0fb0788c67f33d993e8f7182
parent990bb17e14efb8a2c16236c89ef5869dcfc48ad4
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 <veron@veron.ch>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/lib/jquery/plugins/ajaxfileupload.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/includes/file-upload.inc
koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/ajaxfileupload.js [deleted file]