فهرست منبع

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);