We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1dcd9 commit e144909Copy full SHA for e144909
pages/TEMPLATE-top.php
@@ -30,7 +30,7 @@
30
const cbhost={base:"<?=HOST_BASE?>",basepath:"<?=HOST_BASE_PATH?>",api:"<?=HOST_API_BASE?>",assets:"<?=HOST_ASSETS?>"},
31
cbcache={n:"CBCACHE",s:<?=CACHE_VER?>,c:localStorage.getItem("CBCACHE") || 0};
32
</script>
33
- <script async src="<?=HOST_ASSETS?>PAGE-cbwork.js"></script>
+ <script src="<?=HOST_ASSETS?>PAGE-cbwork.js"></script>
34
35
<!-- (A5) LIBRARIES & SCRIPTS -->
36
<!-- https://getbootstrap.com/ -->
0 commit comments