From c962817242acdfd587951e81bbe8a493171501f9 Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Tue, 23 Feb 2021 12:18:35 -0800 Subject: [PATCH] Drop redundant line There is no topNotice element on /books/OL28775995M/Der_Todeskanal/manage-covers or /books/OL28775995M/Der_Todeskanal/add-cover so there is no need to hide the element. This rule was copied across from existing inline JS 55a6a39 but presumably relates to a time when the Internet Archive header was rendered on these pages. Fixes: #4665 --- openlibrary/plugins/openlibrary/js/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/openlibrary/plugins/openlibrary/js/index.js b/openlibrary/plugins/openlibrary/js/index.js index 28089286712..b4b63979a3f 100644 --- a/openlibrary/plugins/openlibrary/js/index.js +++ b/openlibrary/plugins/openlibrary/js/index.js @@ -171,5 +171,4 @@ jQuery(function () { }); $('.column').disableSelection(); $('.trash').disableSelection(); - $('#topNotice').hide(); });