1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-15 06:45:29 +02:00

add event for search input

This commit is contained in:
Kushagra Gour 2017-05-02 02:55:35 +05:30
parent 809af6460a
commit d7d0aafb3d

View File

@ -1284,6 +1284,7 @@ runBtn, searchInput
el.classList.remove('hide'); el.classList.remove('hide');
} }
} }
trackEvent('ui', 'searchInputType');
}; };
function compileNodes() { function compileNodes() {