From a8b0374d5e6c91bea604fce7c5aff4748cdabef9 Mon Sep 17 00:00:00 2001 From: Spacelord Date: Sun, 21 May 2023 01:42:16 +0200 Subject: [PATCH] Fix variable declaration in toastHandler --- static/js/toastHandler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/toastHandler.js b/static/js/toastHandler.js index 856ff03..6150424 100644 --- a/static/js/toastHandler.js +++ b/static/js/toastHandler.js @@ -1,4 +1,4 @@ -const currentToasts = []; +currentToasts = []; /** * Generic function to create a new toast