Bug 12196 - Remove unused jquery.qtip.js plugin
Summary: Remove unused jquery.qtip.js plugin
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on: 11578
Blocks:
  Show dependency treegraph
 
Reported: 2014-05-06 15:20 UTC by Owen Leonard
Modified: 2014-12-07 20:07 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 12196 - Remove unused jquery.qtip.js plugin (38.48 KB, patch)
2014-05-06 15:23 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 12196 - Remove unused jquery.qtip.js plugin (38.49 KB, patch)
2014-05-06 15:30 UTC, Galen Charlton
Details | Diff | Splinter Review
Bug 12196 - Remove unused jquery.qtip.js plugin (38.55 KB, patch)
2014-05-08 15:35 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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!