This commit is contained in:
gregory-p
2019-03-20 10:13:28 +03:00
parent 83801d01cc
commit 588ef908aa
3 changed files with 18 additions and 5 deletions

View File

@@ -1,5 +0,0 @@
document.addEventListener("DOMContentLoaded", function(event) {
$('.start-search').on('click', function(){
$('#search-form').submit();
});
})