aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/AFB.js
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/AFB.js')
-rw-r--r--htdocs/AFB.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/htdocs/AFB.js b/htdocs/AFB.js
index b07efc5..2cf3aec 100644
--- a/htdocs/AFB.js
+++ b/htdocs/AFB.js
@@ -210,7 +210,8 @@ var AFB_websocket;
/*********************************************/
return {
context: AFB_context,
- ws: AFB_websocket
+ ws: AFB_websocket,
+ url: urlws
};
};