mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 10:12:34 +00:00
Co-authored-by: Subin <subinthattaparambil@gmail.com> Co-authored-by: Manoj <manojmj92@gmail.com> Co-authored-by: Nithin <webofnithin@gmail.com>
4 lines
96 B
JavaScript
4 lines
96 B
JavaScript
$( document ).ready(function() {
|
|
window.currentAcccountId = $('body').data('account-id');
|
|
});
|