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

Перевод из WARPFROG
Перейти к навигации Перейти к поиску
(Новая страница: «→‎Any JavaScript here will be loaded for users using the mobile site: function init() { $talk.on('click', function() {...»)
(нет различий)

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

/* Any JavaScript here will be loaded for users using the mobile site */
function init() {
            $talk.on('click', function() {
                
                return false;
            });
}