From 7da71469707ae9394e457f1d212b192aa3970707 Mon Sep 17 00:00:00 2001
From: Bent Bisballe Nyeng <deva@aasimon.org>
Date: Sat, 5 May 2012 10:42:47 +0200
Subject: Update javascript to wrk with the new protocol.

---
 munia.html | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

(limited to 'munia.html')

diff --git a/munia.html b/munia.html
index 894160f..ec01af8 100644
--- a/munia.html
+++ b/munia.html
@@ -51,12 +51,9 @@ body {
 <body id="body">
 <div id="wstask_status">TaskProto not initialized</div>
 <div id="wsobserve_status">ObserveProto not initialized</div>
-TaskProto: <input type="text" id="input_task_data" value="add title description -1" onfocus="clear()"/>
+TaskProto: <input type="text" id="input_task_data" value="observe 0" onfocus="clear()"/>
 <input type="button" value="submit" onclick="task_submit()"/><br/>
-ObserveProto: <input type="text" id="input_observe_data" value="observe 0" onfocus="clear()"/>
-<input type="button" value="submit" onclick="observe_submit()"/><br/>
 TaskMessages: <span id="wstask_lastmsg"></span><br/>
-ObserveMessages: <span id="wsobserve_lastmsg"></span>
 </div>
 <div id="board" class="board"></div>
 <script type="text/javascript" charset="utf-8" src="/proto.js"></script>
-- 
cgit v1.2.3


From 19fe0e08586e9e4063d507ff45b25315f5cf5bc7 Mon Sep 17 00:00:00 2001
From: Bent Bisballe Nyeng <deva@aasimon.org>
Date: Sat, 5 May 2012 10:52:29 +0200
Subject: More fixes for new protocol.

---
 munia.html | 1 -
 1 file changed, 1 deletion(-)

(limited to 'munia.html')

diff --git a/munia.html b/munia.html
index ec01af8..cddf8da 100644
--- a/munia.html
+++ b/munia.html
@@ -50,7 +50,6 @@ body {
 </head>
 <body id="body">
 <div id="wstask_status">TaskProto not initialized</div>
-<div id="wsobserve_status">ObserveProto not initialized</div>
 TaskProto: <input type="text" id="input_task_data" value="observe 0" onfocus="clear()"/>
 <input type="button" value="submit" onclick="task_submit()"/><br/>
 TaskMessages: <span id="wstask_lastmsg"></span><br/>
-- 
cgit v1.2.3