script name change

Changing script name to webappClient
This commit is contained in:
Sai Raj 2020-02-26 15:47:54 +05:30 committed by GitHub
parent e38882cb86
commit 149ada4c9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,9 +14,9 @@
<body>
TEST_MODE (use console)
<script id="floWebappClient">
<script id="webappClient">
//Add this to the client script to request data from floWebappServer
const floWebappClient = {
const webappClient = {
util: {
sendData(data) {
return new Promise((resolve, reject) => {