dsfsfd
This commit is contained in:
parent
89511d13ca
commit
1cd22ec0d4
3 changed files with 21 additions and 43 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue