diff --git a/global.js b/global.js index f40f093..b46ee35 100644 --- a/global.js +++ b/global.js @@ -81,7 +81,7 @@ document.addEventListener("DOMContentLoaded", function () { if ($(this).val().startsWith("Previous page")) { $(this).hide(); } - } + }); $("form").each(function () { const form = $(this);