]> git.koha-community.org Git - koha.git/commit
Bug 36566: Correct eslint errors in OPAC enhanced content JS
authorOwen Leonard <oleonard@myacpl.org>
Wed, 10 Apr 2024 11:30:33 +0000 (11:30 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 25 Jul 2024 10:02:38 +0000 (11:02 +0100)
commit3d82116830ac7fbafe7414e08f155a54b7bb723f
treef647ed96541855e6ef63760c1fe705a8757c2b53
parent8fdddccffb2fa165b32e6a9c9b8d6d3dcacd5b08
Bug 36566: Correct eslint errors in OPAC enhanced content JS

This patch fixes various eslint errors in enhanced content JS files:

- Consistent indentation
- Remove variables which are declared but not used
- Add missing semicolons
- Add missing "var" declarations

To test, apply the patch and clear your browser cache if necessary.

- Go to Administration -> System preferences and enable these
  preferences:
  - OPACAmazonCoverImages
  - BakerTaylorEnabled
  - GoogleJackets
  - OPACLocalCoverImages
  - OpenLibraryCovers
- Go to the OPAC and confirm that covers from these services appear
  correctly in search results and on detail pages.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
koha-tmpl/opac-tmpl/bootstrap/js/amazonimages.js
koha-tmpl/opac-tmpl/bootstrap/js/bakertaylorimages.js
koha-tmpl/opac-tmpl/bootstrap/js/google-jackets.js
koha-tmpl/opac-tmpl/bootstrap/js/localcovers.js
koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js