mirror of
https://github.com/tchartron/blow
synced 2024-11-23 21:03:16 +00:00
7 lines
101 B
JavaScript
7 lines
101 B
JavaScript
document.addEventListener("DOMContentLoaded", function() {
|
|
search();
|
|
});
|
|
|
|
function search() {
|
|
|
|
}
|