Occasionally, Sourcepoint will update the JavaScript code that runs the Dialogue platform and may include updates such as bug fixes, feature enhancements, or new features.
To test the new JavaScript code before updating to the the latest version of the Dialogue messaging library, add the querystring parameter _sp_scriptVersion=latest
to end of the URL for the page you wish to test.
Example
If you wanted to test the latest released code on https://www.sourcepoint.com
you would utilize https://www.sourcepoint.com?_sp_scriptVersion=latest
.
Note: When using the _sp_scriptVersion=latest
querystring parameter, you may see the following error in the developer console.
Uncaught Error: overridden
at messaging.js:1
at messaging.js:1
at HTMLScriptElement. (messaging.js:1)
This error can be ignored. It is generated by the process of replacing the existing code on the site with the latest version.
Comments
0 comments