MediaWiki:Mobile.js: различия между версиями

Материал из Ганджавики
Перейти к навигации Перейти к поиску
(Новая страница: «→‎All JavaScript here will be loaded for users of the mobile site: if !(document.classList.contains('nomobile')) { document.querySelector('.spcss').style.display = 'block'; }»)
 
м (Защитил страницу MediaWiki:Mobile.js ([Редактирование=Разрешено только администраторам] (бессрочно) [Переименование=Разрешено только администраторам] (бессрочно)))
 
(не показаны 2 промежуточные версии этого же участника)
Строка 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')) {
document.querySelector('.spcss').style.display = 'block';
}

Текущая версия от 20:33, 5 июля 2024

/* All JavaScript here will be loaded for users of the mobile site */