4 lines
96 B
JavaScript
4 lines
96 B
JavaScript
|
$( document ).ready(function() {
|
||
|
window.currentAcccountId = $('body').data('account-id');
|
||
|
});
|