mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-04 21:02:35 +08:00
Co-authored-by: Subin <[email protected]> Co-authored-by: Manoj <[email protected]> Co-authored-by: Nithin <[email protected]>
4 lines
96 B
JavaScript
4 lines
96 B
JavaScript
$( document ).ready(function() {
|
|
window.currentAcccountId = $('body').data('account-id');
|
|
});
|