290
edits
Line 1: | Line 1: | ||
document.addEventListener("DOMContentLoaded", function() { | document.addEventListener("DOMContentLoaded", function() { | ||
const | const caEditLink = document.querySelector("#ca-edit"); | ||
if (caEditLink) { | |||
caEditLink.href = "https://ck.uesp.net/w/index.php?title=Help:Welcome_to_the_Wiki/uk&action=edit"; | |||
caEditLink.textContent = "Редагувати код"; // Змінює текст кнопки | |||
} | |||
} | |||
}); | }); |
edits