Explorar o código

Use CX_VERSION variable for cx.js in tinycore.html

Yuri Iozzelli %!s(int64=2) %!d(string=hai) anos
pai
achega
1e5b9bcea1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tinycore.html

+ 1 - 1
tinycore.html

@@ -250,7 +250,7 @@
 	var script = document.createElement('script');
 	script.type = 'text/javascript';
 
-	var cxFile = "https://cheerpxdemos.leaningtech.com/publicdeploy/20221125/cx.js";
+	var cxFile = "https://cheerpxdemos.leaningtech.com/publicdeploy/CX_VERSION/cx.js";
 	script.src = cxFile;
 	script.addEventListener("load", runInit, false);