Bug 12196

Summary: Remove unused jquery.qtip.js plugin
Product: Koha Reporter: Owen Leonard <oleonard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: gmcharlt, jonathan.druart
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 11578    
Bug Blocks:    
Attachments: Bug 12196 - Remove unused jquery.qtip.js plugin
Bug 12196 - Remove unused jquery.qtip.js plugin
Bug 12196 - Remove unused jquery.qtip.js plugin

Description Owen Leonard 2014-05-06 15:20:48 UTC
The last usage instance of the jquery.qtip.js plugin was removed by Bug 11578. The plugin can now be removed.
Comment 1 Owen Leonard 2014-05-06 15:23:00 UTC Comment hidden (obsolete)
Comment 2 Galen Charlton 2014-05-06 15:30:49 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2014-05-08 15:35:05 UTC
Created attachment 28107 [details] [review]
Bug 12196 - Remove unused jquery.qtip.js plugin

The qTip jQuery plugin is not longer used anywhere in Koha. This patch
removes it.

To test, apply the patch and search the Koha source for references to
the plugin. There should be none.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Comment 4 Jonathan Druart 2014-05-08 15:35:29 UTC
The last use of this plugin has been removed by bug 11578.
Comment 5 Galen Charlton 2014-05-08 16:42:39 UTC
Pushed to master.  Thanks, Owen!