Moved cryptocoin initialization to 'lib' script-tag
This commit is contained in:
parent
3f54c5aa5c
commit
6f47473408
@ -30,7 +30,6 @@
|
||||
generalData: {},
|
||||
lastVC: {}
|
||||
}
|
||||
window.cryptocoin = floGlobals.blockchain;
|
||||
</script>
|
||||
<script id="onLoadStartUp">
|
||||
function onLoadStartUp() {
|
||||
@ -53,6 +52,7 @@
|
||||
(use console)
|
||||
|
||||
<script id="lib" version="1.2.0">
|
||||
(typeof global !== "undefined" ? global : window).cryptocoin = floGlobals.blockchain;
|
||||
/* Util Libraries required for Standard operations
|
||||
All credits for these codes belong to their respective creators, moderators and owners.
|
||||
For more info on licence for these codes, visit respective source.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user