질문
Function call from CEP panel stopped working today.
I have been using this script for a while and today it stopped working. It is calling a function from a jsx that I had loaded earlier. csInterface is a new CSInterface created earlier as well. Does anybody know why this would happen? It just stopped working and nothing was done to the code.
csInterface.evalScript('CheckThis(' + yep + ');', function(res){
console.log(res);
});
