r9658 - helma-ng/trunk/apps/demo/skins

[email protected] Wed, 22 Apr 2009 15:13:08 +0200 (CEST)
Newsgroups gmane.comp.java.helma.cvs
Message-ID <20090422131308.740C23D0D6@mia>
Author: hannes
Date: 2009-04-22 15:13:08 +0200 (Wed, 22 Apr 2009)
New Revision: 9658

Modified:
   helma-ng/trunk/apps/demo/skins/continuation.html
Log:
Add a link to the continuation demo source code.

Details at http://dev.helma.org/trac/helma/changeset/9658

Modified: helma-ng/trunk/apps/demo/skins/continuation.html
===================================================================
--- helma-ng/trunk/apps/demo/skins/continuation.html	2009-04-22 13:10:09 UTC (rev 9657)
+++ helma-ng/trunk/apps/demo/skins/continuation.html	2009-04-22 13:13:08 UTC (rev 9658)
@@ -13,7 +13,8 @@
     <p><a href="<% session.forward %>">start</a></p>
 
     <p>What's special about this demo is that all pages are generated by
-    one JavaScript function which is run only once, but resumed and suspended
+    <a href="http://dev.helma.org/trac/helma/browser/helma-ng/trunk/apps/demo/actions.js#L44">one
+    single JavaScript function</a> which is run only once, but resumed and suspended
     earch time a page is rendered. Local variables are stored inside the
     function when it is supsended, so no extra effort is required to 
     manage state between pages.</p>