MediaWiki:Mobile.js: различия между версиями
Перейти к навигации
Перейти к поиску
Shaseer (обсуждение | вклад) (Новая страница: «→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;
});
}