Мітки: Ручний відкіт Скасовано |
|
| Рядок 101: |
Рядок 101: |
| } | | } |
| applyFontSize(); | | applyFontSize(); |
| });
| |
|
| |
| // В MediaWiki:Common.js
| |
| $(function() {
| |
| // Ждем загрузки меню
| |
| setTimeout(function() {
| |
| // Скрываем кнопку настроек
| |
| $('.main-menu-button').hide();
| |
|
| |
| // Создаем кнопку "Головна сторінка"
| |
| $('.header').prepend(
| |
| '<a href="/wiki/Головна_сторінка" class="custom-home-btn" style="margin-right:10px; color:white; text-decoration:none;">Головна</a>'
| |
| );
| |
|
| |
| // Создаем кнопку "Випадкова сторінка"
| |
| $('.header').prepend(
| |
| '<a href="/wiki/Special:Random" class="custom-random-btn" style="margin-right:10px; color:white; text-decoration:none;">Випадкова</a>'
| |
| );
| |
| }, 1000);
| |
| }); | | }); |