I have installed and activated the ActiveITzone Active eCommerce CMS found here: https://codecanyon.net/item/active-ecommerce-cms/23471405?s_rank=26
Go to there website and try “Browse frontend” then in console, try console.log('fff')
The result is undefined
Problem is, there is extra code in the vendors.js that comes with it, that completely blocks the browser console.log
The part I commented out sits within the spotlight plugin, the original plugin does not have this code, so I am wondering, how did that obfuscated code end up in the vendors? and how can the console.log be reactivated?