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

Материал из Warpopedia
Перейти к навигации Перейти к поиску
(Новая страница: «→‎Any JavaScript here will be loaded for users using the mobile site: function init() { $talk.on('click', function() {...»)
 
Метки: PHP7, правка из мобильной версии, правка с мобильного устройства
Строка 1: Строка 1:
 
/* Any JavaScript here will be loaded for users using the mobile site */
 
/* Any JavaScript here will be loaded for users using the mobile site */
function init() {
 
            $talk.on('click', function() {
 
               
 
                return false;
 
            });
 
}
 

Версия 10:24, 12 октября 2019

/* Any JavaScript here will be loaded for users using the mobile site */