Use the new CX hosting
This commit is contained in:
parent
4b84396f83
commit
cb1397e472
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ __ __ _ __ ____ __
|
|||
async function loadCX()
|
||||
{
|
||||
// Find the latest build
|
||||
var r = await fetch("https://cheerpxdemos.leaningtech.com/publicdeploy/LATEST.txt");
|
||||
var r = await fetch("https://cxrtnc.leaningtech.com/LATEST.txt");
|
||||
var url = await r.text();
|
||||
url = url.trim();
|
||||
var script = document.createElement('script');
|
||||
|
|
Loading…
Reference in a new issue