Forum Discussion
JaceyLett-f2398
3 years agoCommunity Member
Javascript suddenly stopped working on Publish and Review 360
My JS worked fine while reviewing in 360, then suddenly stopped. Happened with my original publish file and further ones. I know the JS is being executed. I tested on my Desktop story file, and it d...
TH-bf52b1b3-f6f
2 months agoCommunity Member
So, I have found out the problem. In one of 30 javascripts there was a line break in a text. So beware of line breaks in text that is between " text ".
So this is correct:
var manuellEingefuegterText = "Ich habe folgendes Avaya-Problem:";
AND this would make stop the entire file working:
var manuellEingefuegterText = "Ich habe folgendes
Avaya-Problem:";