diff --git a/client/src/config.js b/client/src/config.js index 698af5c..1f063e1 100644 --- a/client/src/config.js +++ b/client/src/config.js @@ -1,4 +1,4 @@ -const VERSION = "3.6.1"; +const VERSION = "3.6.2"; const URL = "https://d6gd1hq6b89h1s1v.public.blob.vercel-storage.com/public/status.dat"; const CATEGORIES = [ diff --git a/client/src/global.js b/client/src/global.js index 812edf1..fb91c21 100644 --- a/client/src/global.js +++ b/client/src/global.js @@ -10,7 +10,7 @@ function fillGlobal() { if (window.statusData['notice']) { document.getElementById("eqs-app-global-box").classList.add("eqs-app-global-box-info"); document.getElementById("eqs-app-global-box-text").classList.remove("eqs-ellipsis"); - document.getElementById("eqs-app-global-box-text-main").innerHTML = "
" + window.statusData['notice']['title'] + "
" + window.statusData['notice']['description'] + "
" + (window.statusData['notice']['link'] ? "Read more." : "") + "" + window.statusData['notice']['title'] + "
" + window.statusData['notice']['description'] + "
" + (window.statusData['notice']['link'] && window.statusData['notice']['link'] !== "null" && window.statusData['notice']['link'] !== null ? "Read more." : "") + "