chatwoot/app/assets/javascripts/00_init.js
Pranav Raj Sreepuram 2a34255e0b Initial Commit
Co-authored-by: Subin <[email protected]>
Co-authored-by: Manoj <[email protected]>
Co-authored-by: Nithin <[email protected]>
2019-08-14 15:18:44 +05:30

4 lines
96 B
JavaScript

$( document ).ready(function() {
window.currentAcccountId = $('body').data('account-id');
});