script name change
Changing script name to webappClient
This commit is contained in:
parent
e38882cb86
commit
149ada4c9b
@ -14,9 +14,9 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
TEST_MODE (use console)
|
TEST_MODE (use console)
|
||||||
<script id="floWebappClient">
|
<script id="webappClient">
|
||||||
//Add this to the client script to request data from floWebappServer
|
//Add this to the client script to request data from floWebappServer
|
||||||
const floWebappClient = {
|
const webappClient = {
|
||||||
util: {
|
util: {
|
||||||
sendData(data) {
|
sendData(data) {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user