Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions demos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ <h2>Demos</h2>
<li><a href="chat/chat1.html">Basic chat widget</a></li>
<li><a href="chat/chat2.html">Chat widget with irc backend</a></li>
<li><a href="svg/svg1.html">Simple SVG widget</a></li>
<li><a href="lift/lifts.html">Lift Control Program</a></li>
</ul>

<hr>
Expand All @@ -53,7 +52,7 @@ <h2>How does ezwebframe work?</h2>
<p>Where <b>Bin</b> is a binary containing HTML.</p>

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

<pre>
Expand Down