Browse Source

Use CX_VERSION variable for cx.js in tinycore.html

Yuri Iozzelli 2 years ago
parent
commit
6ea07e9a65
1 changed files with 1 additions and 1 deletions
  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);