Please Log in or Create an account to join the conversation.
I had the same issue. There was a javascript error stating that the replaceAll function could not be found. The call to include the javascript file which contains the replaceAll function was in the same line, however obviously the file was not being used.
This seems to have cleared up the problem, by directly including the functions. In Javascript, one cannot expect the browser to include the javascript file in the middle of a page. These must be added in the top of the page. So including the scripts contents seemed to be the best way to handle this issue.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.