Ver código fonte

Use the new CX hosting

Alessandro Pignotti 9 meses atrás
pai
commit
cb1397e472
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -399,7 +399,7 @@ __      __   _  __   ____  __
 	async function loadCX()
 	async function loadCX()
 	{
 	{
 		// Find the latest build
 		// 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();
 		var url = await r.text();
 		url = url.trim();
 		url = url.trim();
 		var script = document.createElement('script');
 		var script = document.createElement('script');