Hello,
I put some custom javascript blow of coorperation theme, when I logout from a userview and try to login, I find the javascript will run towice,
for example, the javascript is like below,
$(document).ready(function(){ console.log("abc"); } ); |
it will show me towice in console.
Would you please help me to solve this issue?
Thanks
Gene