blow/static/js/search.js

8 lines
101 B
JavaScript
Raw Normal View History

2021-11-03 19:41:31 +00:00
document.addEventListener("DOMContentLoaded", function() {
search();
});
function search() {
2021-11-04 22:55:27 +00:00
2021-11-03 19:41:31 +00:00
}