Author: remi
Date: 2009-03-29 19:28:01 +0200 (Sun, 29 Mar 2009)
New Revision: 4253
Modified:
software_suite_v2/tuxware/tuxdroidserver/trunk/data/xsl/web_gadget.xsl
Log:
* fixed a problem on google chrome
Modified: software_suite_v2/tuxware/tuxdroidserver/trunk/data/xsl/web_gadget.xsl
===================================================================
--- software_suite_v2/tuxware/tuxdroidserver/trunk/data/xsl/web_gadget.xsl
2009-03-29 16:59:48 UTC (rev 4252)
+++ software_suite_v2/tuxware/tuxdroidserver/trunk/data/xsl/web_gadget.xsl
2009-03-29 17:28:01 UTC (rev 4253)
@@ -234,7 +234,7 @@
<!-- Add the start button -->
<xsl:element name="a">
<xsl:attribute name="class">button</xsl:attribute>
- <xsl:attribute
name="onclick">javascript:startGadget();</xsl:attribute>
+ <xsl:attribute
name="onclick">javascript:startGadget();return false;</xsl:attribute>
<xsl:attribute name="href">#</xsl:attribute>Start
</xsl:element>
</td>
@@ -242,7 +242,7 @@
<!-- Add the stop button -->
<xsl:element name="a">
<xsl:attribute name="class">button</xsl:attribute>
- <xsl:attribute
name="onclick">javascript:stopGadget();</xsl:attribute>
+ <xsl:attribute
name="onclick">javascript:stopGadget();return false;</xsl:attribute>
<xsl:attribute name="href">#</xsl:attribute>Stop
</xsl:element>
</td>
------------------------------------------------------------------------------
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn