Commit b98900b6 authored by bitsoko services's avatar bitsoko services 👷🏿

Update index.html

parent 77219e39
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<script async="" defer="" src="https://apis.google.com/js/client:platform.js?onload=startGoogle()" gapi_processed="true"></script> <script async="" defer="" src="https://apis.google.com/js/client:platform.js?onload=startGoogle()" gapi_processed="true"></script>
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
<link href="../bitsAssets/html/connect.html" rel="import"> <script src="/bitsAssets/js/connect.js" defer=""></script>
<script defer async src="../bitsAssets/js/web3/web3.js"></script> <script defer async src="../bitsAssets/js/web3/web3.js"></script>
<script defer async src="../bitsAssets/js/hooked-web3-provider/build/hooked-web3-provider.js"></script> <script defer async src="../bitsAssets/js/hooked-web3-provider/build/hooked-web3-provider.js"></script>
...@@ -3310,7 +3310,8 @@ ...@@ -3310,7 +3310,8 @@
<!-- <!--
<link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/css/select2.min.css" rel="stylesheet" /> <link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/css/select2.min.css" rel="stylesheet" />
-->
-->
<!--materialize js--> <!--materialize js-->
<script type="text/javascript" src="../bitsAssets/js/materialize/materialize.min.js" async></script> <script type="text/javascript" src="../bitsAssets/js/materialize/materialize.min.js" async></script>
<!--prism <!--prism
...@@ -3524,7 +3525,7 @@ ...@@ -3524,7 +3525,7 @@
//If Quota Exceeded Clear Index DB and refresh the page //If Quota Exceeded Clear Index DB and refresh the page
navigator.webkitTemporaryStorage.queryUsageAndQuota( navigator.webkitTemporaryStorage.queryUsageAndQuota(
function(usedBytes, grantedBytes) { function(usedBytes, grantedBytes) {
console.log('Bitsoko is using ', usedBytes, ' of ', 5000000, 'bytes'); console.log('Bitsoko is using ', usedBytes, ' of ', grantedBytes, 'bytes');
}, },
function(e) { function(e) {
console.log('Error', e); console.log('Error', e);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment