Two jQuery plugins are included in the staff client templates which were only used by Solr-related templates. They can be removed: jquery.textarea-expander.js tablednd.js
Created attachment 32639 [details] [review] Bug 13138 - Remove jQuery plugins which were used by Solr This patch removes two jQuery plugins which were used only by Solr-related templates. With the removal of Solr these plugins are obsolete. To test, search the Koha code for references to the two plugins: jquery.textarea-expander.js tablednd.js There should be none.
Created attachment 32704 [details] [review] Bug 13138 - Remove jQuery plugins which were used by Solr This patch removes two jQuery plugins which were used only by Solr-related templates. With the removal of Solr these plugins are obsolete. To test, search the Koha code for references to the two plugins: jquery.textarea-expander.js tablednd.js There should be none. Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Created attachment 32721 [details] [review] [PASSED QA] Bug 13138 - Remove jQuery plugins which were used by Solr This patch removes two jQuery plugins which were used only by Solr-related templates. With the removal of Solr these plugins are obsolete. To test, search the Koha code for references to the two plugins: jquery.textarea-expander.js tablednd.js There should be none. Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Couldn't find any references. Also passes tests and QA script.
Patch pushed to master. Thanks Owen!