From 2f089ecaa3d2b472e4e3ae09f0e64d5d9fb16cd1 Mon Sep 17 00:00:00 2001 From: borissedw Date: Wed, 9 Aug 2023 19:18:39 +0300 Subject: [PATCH] 0.0.100 --- static/js/global_js.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/static/js/global_js.js b/static/js/global_js.js index 8b34349..2568d8e 100644 --- a/static/js/global_js.js +++ b/static/js/global_js.js @@ -4,16 +4,16 @@ $(document).ready(function (){ function getNewMessageSession (){ let prs_ = null - if (r !== 'undefined' && r !== null && r !== ""){ - - let prs = JSON.parse(r) - prs_ = JSON.parse(r) - } else { - // - } - let r = getCookieValue('user_alerts') - - return prs_; + // if (r !== 'undefined' && r !== null && r !== ""){ + // + // let prs = JSON.parse(r) + // prs_ = JSON.parse(r) + // } else { + // // + // } + // let r = getCookieValue('user_alerts') + // + // return prs_; }