MediaWiki:Mobile.js: различия между версиями
Перейти к навигации
Перейти к поиску
GW349581 (обсуждение | вклад) (Новая страница: «→All JavaScript here will be loaded for users of the mobile site: if !(document.classList.contains('nomobile')) { document.querySelector('.spcss').style.display = 'block'; }») |
(нет различий)
|
Версия от 19:58, 5 июля 2024
/* All JavaScript here will be loaded for users of the mobile site */ if !(document.classList.contains('nomobile')) { document.querySelector('.spcss').style.display = 'block'; }