From 900bb5fd6b48a83c636e61a400464725b41e0d96 Mon Sep 17 00:00:00 2001
From: Fulup Ar Foll <fulup@iot.bzh>
Date: Tue, 22 Aug 2017 13:58:57 +0200
Subject: Minor Fix on LUA script search path

---
 htdocs/audio-control.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'htdocs')

diff --git a/htdocs/audio-control.html b/htdocs/audio-control.html
index fe1120b..06010e5 100644
--- a/htdocs/audio-control.html
+++ b/htdocs/audio-control.html
@@ -32,8 +32,7 @@
     <br>    
     <li><button onclick="callbinder('control','request'  , {'target':'_Simple_Echo_Args', 'args':{speed:20}});">LUA function</button></li>
     <li><button onclick="callbinder('control','request'  , {'target':'_Simple_Timer_Test', args:{label:'MyTimer', 'delay':3000, 'count':10}});">LUA Timer</button></li>
-    <li><button onclick="callbinder('control','scriptlua', {'target':'helloworld.lua', args:{'arg1':'abcd', 'next':7890, 'last':[1,2,3,4]}});">LUA script</button></li>
-    <li><button onclick="callbinder('control','execlua','print(\'Bonjours\'); return true, 1234');">LUA string</button></li>
+    <li><button onclick="callbinder('control','debuglua' , {'target':'helloworld', args:{'arg1':'abcd', 'next':7890, 'last':[1,2,3,4]}});">LUA script</button></li>
         
     </ol>
     
-- 
cgit