Changed not logged in bg color to yellow

This commit is contained in:
MrFry 2020-04-08 13:37:00 +02:00
parent 6016b13403
commit edbafe3d8a

View file

@ -767,7 +767,7 @@
function NoUserAction () { function NoUserAction () {
SafeGetElementById('menuButtonDiv', (elem) => { SafeGetElementById('menuButtonDiv', (elem) => {
elem.style.backgroundColor = 'red' elem.style.backgroundColor = '#44cc00'
}) })
SafeGetElementById('infoMainDiv', (elem) => { SafeGetElementById('infoMainDiv', (elem) => {
elem.innerText = texts.noUser elem.innerText = texts.noUser