Открыть главное меню

Изменения

MediaWiki:Mobile.js

198 байт добавлено, 10:23, 12 октября 2019
Новая страница: «→‎Any JavaScript here will be loaded for users using the mobile site: function init() { $talk.on('click', function() {...»
/* Any JavaScript here will be loaded for users using the mobile site */
function init() {
$talk.on('click', function() {

return false;
});
}