[Laszlo-checkins] r3916 - openlaszlo/branches/legals/lps/includes/source
jsundman@openlaszlo.org
jsundman at openlaszlo.org
Fri Feb 23 14:27:31 PST 2007
Author: jsundman
Date: 2007-02-23 14:27:19 -0800 (Fri, 23 Feb 2007)
New Revision: 3916
Modified:
openlaszlo/branches/legals/lps/includes/source/embednew.js
Log:
fixing filename in a comment. Reviewed by Max
Modified: openlaszlo/branches/legals/lps/includes/source/embednew.js
===================================================================
--- openlaszlo/branches/legals/lps/includes/source/embednew.js 2007-02-23 22:07:34 UTC (rev 3915)
+++ openlaszlo/branches/legals/lps/includes/source/embednew.js 2007-02-23 22:27:19 UTC (rev 3916)
@@ -9,7 +9,7 @@
* Usage:
* In the <html><head> of an HTML document that embeds a Laszlo application,
* add this line:
- * <script src="{$lps}/embed.js" language="JavaScript" type="text/javascript"/>
+ * <script src="{$lps}/embed-compressed.js" language="JavaScript" type="text/javascript"/>
* At the location within the <html><body> where the application is to be
* embeded, add this line:
* <script language="JavaScript" type="text/javascript">
More information about the Laszlo-checkins
mailing list