0
правок
GW349581 (обсуждение | вклад) (Новая страница: «→All JavaScript here will be loaded for users of the mobile site: if !(document.classList.contains('nomobile')) { document.querySelector('.spcss').style.display = 'block'; }») |
GW349581 (обсуждение | вклад) мНет описания правки |
||
Строка 1: | Строка 1: | ||
/* All JavaScript here will be loaded for users of the mobile site */ | /* All JavaScript here will be loaded for users of the mobile site */ | ||
if !(document.classList.contains('nomobile')) { | if !(document.classList.contains('nomobile')) { | ||
alert('OK'); | |||
document.querySelector('.spcss').style.display = 'block'; | document.querySelector('.spcss').style.display = 'block'; | ||
} | } |