From cd3894ee0941dc8efdd2515a816f008f83690abb Mon Sep 17 00:00:00 2001 From: sairajzero Date: Fri, 20 Mar 2020 15:53:27 +0530 Subject: [PATCH] adding spreadsheet methods --- flo_SpreadSheet.html | 127 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 126 insertions(+), 1 deletion(-) diff --git a/flo_SpreadSheet.html b/flo_SpreadSheet.html index d6f6e9d..ffa4c81 100644 --- a/flo_SpreadSheet.html +++ b/flo_SpreadSheet.html @@ -8772,10 +8772,135 @@ Bitcoin.Util = { floDapps.launchStartUp().then(result => { console.log(result) - alert(`Welcome FLO_ID: ${myFloID}`) + spreadSheet.init().then(result => { + console.log(result) + alert(`Welcome FLO_ID: ${myFloID}`) + }) //App functions.... }).catch(error => console.error(error)) } + +