Moved cryptocoin initialization to 'lib' script-tag
This commit is contained in:
parent
3f54c5aa5c
commit
6f47473408
@ -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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user