Cart button is not shown above result lists in OPAC any longer. FireBug shows a JavaScript error: $("#cartmenulink").hoverIntent is not a function
17:20 ~/kohaclone ((7eef4c8...) %|BISECTING)$ git bisect bad 7eef4c8c700dc81e8ab2fd28486162ff7db35ede is the first bad commit commit 7eef4c8c700dc81e8ab2fd28486162ff7db35ede Bug 5668 - Star ratings in the opac
Excellent use of git bisect Owen!
Hmmm it is now trying to load jquery twice, could that be the problem?
Created attachment 9210 [details] [review] [PATCH] Bug 7962 - Cart missing from result lists Removing duplicate inclusion of jQuery on the results page which was added with the star ratings feature. Koha already uses jQuery by default. I have also made the inclusion of ratings JS and CSS dependent on ratings being turned on.
Created attachment 9214 [details] [review] [SIGNED-OFF] Bug 7962 - Cart missing from result lists Removing duplicate inclusion of jQuery on the results page which was added with the star ratings feature. Koha already uses jQuery by default. I have also made the inclusion of ratings JS and CSS dependent on ratings being turned on. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Created attachment 9215 [details] [review] Bug 7962 - Cart missing from result lists Removing duplicate inclusion of jQuery on the results page which was added with the star ratings feature. Koha already uses jQuery by default. I have also made the inclusion of ratings JS and CSS dependent on ratings being turned on. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> Signed-off-by: Mason James <mtj at kohaaloha.com>
Template only change removes duplicate include, and conditionalizes a script and a CSS include based on actual usage. Marking Passed QA.
There have been no further reports of problems so I am marking this bug resolved.