Копипаста:Лурк:Участник:Incnis Mrsi/common.js
Перейти к навигации
Перейти к поиску
importStylesheet('user:Incnis_Mrsi/common.css'); importScript('user:Incnis_Mrsi/clinks.js');
var bang = "fail";
function onload() {
var column = document.getElementById('column-one');
if (column) {
column.width = '192px';
};
var editForm = document.getElementById('editform');
if (editForm) {
bang = "passed";
var junk = document.getElementById('editpage-copywarn');
if (junk) {
junk.innerHTML = ' <a href="javascript:alert(bang);" id="replace" title="Шаблон:Int:">test</a> ';
}
else {
var button = document.createElement('a'); button.id = 'replace'; button.title = 'Шаблон:Int:'; button.href = 'javascript:alert(bang);'; button.innerHTML = ' test '; editForm.appendChild(button);
}; };
};
addOnloadHook(onload);