From 93d08618003e6f1d3ecd0beab98e1afbecfa55d3 Mon Sep 17 00:00:00 2001 From: nohackzdontcheck <120279282+hackz00@users.noreply.github.com> Date: Sat, 11 Apr 2026 14:54:00 -0400 Subject: [PATCH] Update success message and button text in load.js --- src/assets/js/core/load.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/js/core/load.js b/src/assets/js/core/load.js index 043adc68..f84d8434 100644 --- a/src/assets/js/core/load.js +++ b/src/assets/js/core/load.js @@ -195,8 +195,8 @@ export function initializeLoad() { this.successEl.innerHTML = ` -

if you don’t see any changes or the site breaks, do Ctrl + Shift + R a few times.

- +

waves back up for a month on slower servers, updates next school year

+ `; } this.closeBtn = document.getElementById("updateSuccessClose"); @@ -372,4 +372,4 @@ export function initializeLoad() { } window.SharePromoter.init(); -} \ No newline at end of file +}