소스 검색

Use CX_VERSION variable for cx.js in tinycore.html

Yuri Iozzelli 2 년 전
부모
커밋
1e5b9bcea1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);