From fb8ccb5721d74f0a8ee559734cb7680478bdfb47 Mon Sep 17 00:00:00 2001 From: borissedw Date: Wed, 9 Aug 2023 16:51:44 +0300 Subject: [PATCH] 0.0.94 --- static/js/global_js.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/global_js.js b/static/js/global_js.js index 16ad226..d85c2ce 100644 --- a/static/js/global_js.js +++ b/static/js/global_js.js @@ -9,7 +9,7 @@ function getNewMessageSession (){ r[o[i].split("=")[0]] = o[i].split("=")[1]; } let prs_ = null - if (r['user_alerts']){ + if (r['user_alerts'] !== null || r['user_alerts']){ let prs = JSON.parse(r['user_alerts']) prs_ = JSON.parse(prs) } else {