diff --git a/global.js b/global.js index f21fef6..9c46c78 100644 --- a/global.js +++ b/global.js @@ -70,7 +70,7 @@ document.addEventListener("DOMContentLoaded", function () { hideContent(); }); - // Hide any button that has a text starting with "Check" + // Hide any button that has a text starting with "Check" or "Previous page" $("button").each(function () { if ($(this).text().startsWith("Check")) { $(this).hide();