Moved floGlobals to to head and added id to std_op script tag

This commit is contained in:
sairajzero 2019-12-19 20:08:11 +05:30
parent e691662c82
commit a06f455026

View File

@ -3,9 +3,8 @@
<head> <head>
<title>FLO Operators</title> <title>FLO Operators</title>
</head>
<script> <script id="floGlobals">
/* Constants for FLO blockchain operations !!Make sure to add this at begining!! */ /* Constants for FLO blockchain operations !!Make sure to add this at begining!! */
const floGlobals = { const floGlobals = {
@ -35,10 +34,12 @@
} }
</script> </script>
</head>
<body> <body>
use console use console
<script> <script id="init_lib">
//All util libraries required for Standard operations (DO NOT EDIT ANY) //All util libraries required for Standard operations (DO NOT EDIT ANY)
/*! /*!
@ -5325,7 +5326,7 @@
*/ */
</script> </script>
<script> <script id="floCrypto">
/* FLO Crypto Operators*/ /* FLO Crypto Operators*/
const floCrypto = { const floCrypto = {
@ -5603,7 +5604,7 @@
} }
} }
</script> </script>
<script> <script id="floBlockchainAPI">
/* FLO Blockchain Operator to send/receive data from blockchain using API calls*/ /* FLO Blockchain Operator to send/receive data from blockchain using API calls*/
const floBlockchainAPI = { const floBlockchainAPI = {
@ -5796,7 +5797,7 @@
} }
} }
</script> </script>
<script> <script id="floSupernode">
/* flo Supernode Operators to send/receive data from supernodes using websocket */ /* flo Supernode Operators to send/receive data from supernodes using websocket */
const floSupernode = { const floSupernode = {
@ -5997,7 +5998,7 @@
} }
</script> </script>
<script> <script id="compactIDB">
/* Compact IndexedDB operations */ /* Compact IndexedDB operations */
window.indexedDB = window.indexedDB || window.mozIndexedDB || window.webkitIndexedDB || window.msIndexedDB; window.indexedDB = window.indexedDB || window.mozIndexedDB || window.webkitIndexedDB || window.msIndexedDB;
@ -6843,7 +6844,7 @@
return obj return obj
} }
</script> </script>
<script> <script id="floCloudAPI">
/* FLO Cloud operations to send/request application data*/ /* FLO Cloud operations to send/request application data*/
floCloudAPI = { floCloudAPI = {
//send Any message to supernode cloud storage //send Any message to supernode cloud storage