1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-14 22:35:33 +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');
}
}
trackEvent('ui', 'searchInputType');
};
function compileNodes() {