Перейти к содержанию

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

нет описания правки
Нет описания правки
Нет описания правки
Строка 23: Строка 23:
     if (linkTitle === currentPageTitle) {
     if (linkTitle === currentPageTitle) {
       // Make the link bold
       // Make the link bold
       link.style.fontWeight = 'bold';
       link.classList.add('a-current');
     }
     }
   });
   });
});
});