Изменения

Перейти к: навигация, поиск

MediaWiki:Common.js

222 байта добавлено, 13:59, 10 ноября 2018
Нет описания правки
window.resizeIframe = function (obj) {
obj.style.height = ($(obj.contentWindow.document.body).find('div').first()[0].scrollHeight) + 'px';
$(obj.contentWindow.document.body).find('a').each(function(){
$(this).attr('target', '_blank');
var href = $(this).attr('href');
href = href.replace(/^.*q=(.*?)&.*$/, "$1");
$(this).attr('href', href);
});
}
$('.docs_import_div').each(function(){

Навигация