mirror of
https://github.com/tchartron/blow
synced 2025-02-25 11:47:07 +00:00
7 lines
101 B
JavaScript
7 lines
101 B
JavaScript
document.addEventListener("DOMContentLoaded", function() {
|
|
search();
|
|
});
|
|
|
|
function search() {
|
|
|
|
}
|