mirror of
https://github.com/tchartron/blow
synced 2024-11-24 05:13:08 +00:00
7 lines
126 B
JavaScript
7 lines
126 B
JavaScript
document.addEventListener("DOMContentLoaded", function() {
|
|
search();
|
|
});
|
|
|
|
function search() {
|
|
console.log('search')
|
|
}
|