Odoo18-Base/addons/website_livechat/static/src/external_lib/livechat_button.js
2025-03-10 11:12:23 +07:00

8 lines
224 B
JavaScript

/** @odoo-module **/
import LivechatButton from '@im_livechat/legacy/widgets/livechat_button';
LivechatButton.include({
className: `${LivechatButton.prototype.className} o_website_livechat_button o-isExternalLib`,
});