Use CX_VERSION variable for cx.js in tinycore.html
This commit is contained in:
parent
22c94961c5
commit
1e5b9bcea1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue