AlkantarClanX12
Current Path : /home/thanudqk/www/wp-content/plugins/thegem-elements/inc/templates/elements/account/js/ |
Current File : /home/thanudqk/www/wp-content/plugins/thegem-elements/inc/templates/elements/account/js/account.js |
(function ($) { 'use strict'; const $account = $('.thegem-te-account'); const accountScripts = { init: () => { console.log('account') }, } // Run the function $(function () { accountScripts.init(); }); })(jQuery);