This commit is contained in:
Aevann1 2021-10-05 23:56:50 +02:00
parent 89511d13ca
commit 1cd22ec0d4
3 changed files with 21 additions and 43 deletions

View file

@ -1,3 +1,9 @@
document.addEventListener("DOMContentLoaded", function () {
document.querySelectorAll('[data-src]').forEach(elem => {
elem.src = elem.dataset.src;
})
});
makeBold = function (form) {
var text = document.getElementById(form);
var startIndex = text.selectionStart,