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

Изменения

MediaWiki:Mobile.js

198 байт убрано, 10:27, 12 октября 2019
Нет описания правки
/* Any JavaScript here will be loaded for users using the mobile site */
$talk.on('click', function() {
if ($talk.hasClass('add')) {
window.location.hash = '#/talk/new';
} else {
window.location.hash = '#/talk';
}
return false;
});