diff --git a/demos/index.html b/demos/index.html index b6edaab..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

  • @@ -53,7 +52,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: