From 197d9acab4fb5097d3dce56227c2096abdc075bd Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Thu, 24 May 2018 15:48:18 +0200 Subject: Convert binding to use the controller Change-Id: Iae15b07ee768584d7a1a958fb7e119bca65c29e4 Signed-off-by: Sebastien Douheret --- htdocs/iotbzh-Binding.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'htdocs/iotbzh-Binding.js') diff --git a/htdocs/iotbzh-Binding.js b/htdocs/iotbzh-Binding.js index ae32f83..1d28658 100644 --- a/htdocs/iotbzh-Binding.js +++ b/htdocs/iotbzh-Binding.js @@ -131,7 +131,7 @@ function init(elemID, api, verb, query) { function onopen() { // Request initial authorization - callbinder('xds-service', 'auth', ''); + callbinder('xds', 'auth', ''); document.getElementById("main").style.visibility = "visible"; document.getElementById("connected").innerHTML = "Binder WS Active"; -- cgit 1.2.3-korg