From 78ef4d8c26ebdccf9b974be25b1ea9daa03e073b Mon Sep 17 00:00:00 2001 From: Kamil Kieliszczyk Date: Thu, 15 Aug 2013 19:44:27 +0200 Subject: [PATCH 1/2] Change poiting mark --- demos/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/index.html b/demos/index.html index b6edaab..f1b07e1 100644 --- a/demos/index.html +++ b/demos/index.html @@ -53,7 +53,7 @@

How does ezwebframe work?

Where Bin is a binary containing HTML.

In the browser this is converted to the javascript function call -fill_div(o) where o = {cmd:'fill_div', id='a', text=Bin}. +fill_div(o) where o = {cmd='fill_div', id='a', text=Bin}. fill_div makes use of jQuery and is defined like this:


From 9861bbdb83fca21c282c09ab0e254d4ac98d2c4f Mon Sep 17 00:00:00 2001
From: Kamil Kieliszczyk 
Date: Thu, 15 Aug 2013 19:45:10 +0200
Subject: [PATCH 2/2] Remove link that leads to nowhere

---
 demos/index.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/demos/index.html b/demos/index.html
index f1b07e1..74c30b6 100644
--- a/demos/index.html
+++ b/demos/index.html
@@ -27,7 +27,6 @@ 

Demos

  • Basic chat widget
  • Chat widget with irc backend
  • Simple SVG widget
  • -
  • Lift Control Program