UNPKG

hexo-theme-next

Version:

Elegant and powerful theme for Hexo.

11 lines (9 loc) 226 B
/* global tidioChatApi */ (function() { const chatButton = document.querySelector('.sidebar-button button'); if (chatButton) { chatButton.addEventListener('click', () => { tidioChatApi.open(); }); } })();