Moved cryptocoin initialization to 'lib' script-tag

This commit is contained in:
sairajzero 2022-02-27 22:10:49 +05:30
parent 3f54c5aa5c
commit 6f47473408

View File

@ -30,7 +30,6 @@
generalData: {}, generalData: {},
lastVC: {} lastVC: {}
} }
window.cryptocoin = floGlobals.blockchain;
</script> </script>
<script id="onLoadStartUp"> <script id="onLoadStartUp">
function onLoadStartUp() { function onLoadStartUp() {
@ -53,6 +52,7 @@
(use console) (use console)
<script id="lib" version="1.2.0"> <script id="lib" version="1.2.0">
(typeof global !== "undefined" ? global : window).cryptocoin = floGlobals.blockchain;
/* Util Libraries required for Standard operations /* Util Libraries required for Standard operations
All credits for these codes belong to their respective creators, moderators and owners. All credits for these codes belong to their respective creators, moderators and owners.
For more info on licence for these codes, visit respective source. For more info on licence for these codes, visit respective source.