bune.city/assets/script.js

7 lines
126 B
JavaScript
Raw Normal View History

function dgel(id) {
return document.getElementById(id);
}
function dgtn(tag) {
return document.getElementsByTagName(tag);
}