Files
2025-04-09 21:43:00 +02:00

8 lines
72 B
JavaScript

function xxx() {
}
$(document).ready(function () {
new xxx();
});