|
From: <ma...@us...> - 2011-06-26 09:03:31
|
Revision: 375
http://openautomation.svn.sourceforge.net/openautomation/?rev=375&view=rev
Author: mayerch
Date: 2011-06-26 09:03:25 +0000 (Sun, 26 Jun 2011)
Log Message:
-----------
Added forceReload=true to the reload link to avoid cache trouble
Modified Paths:
--------------
CometVisu/trunk/visu/visu_config.xml
CometVisu/trunk/visu/visu_config_demo.xml
Modified: CometVisu/trunk/visu/visu_config.xml
===================================================================
--- CometVisu/trunk/visu/visu_config.xml 2011-06-25 13:42:59 UTC (rev 374)
+++ CometVisu/trunk/visu/visu_config.xml 2011-06-26 09:03:25 UTC (rev 375)
@@ -10,7 +10,7 @@
<statusbar>
<status type="html"><![CDATA[
<img src="icon/comet_64_ff8000.png" alt="CometVisu" /> by <a href="http://www.cometvisu.org/">CometVisu.org</a>
- - <a href=".">Reload</a>
+ - <a href=".?forceReload=true">Reload</a>
- <a href="?config=demo">Widget Demo</a>
]]></status>
<status type="html" condition="!edit" hrefextend="config"><![CDATA[
Modified: CometVisu/trunk/visu/visu_config_demo.xml
===================================================================
--- CometVisu/trunk/visu/visu_config_demo.xml 2011-06-25 13:42:59 UTC (rev 374)
+++ CometVisu/trunk/visu/visu_config_demo.xml 2011-06-26 09:03:25 UTC (rev 375)
@@ -45,7 +45,7 @@
<statusbar>
<status type="html"><![CDATA[
<img src="icon/comet_64_ff8000.png" alt="CometVisu" /> by <a href="http://www.cometvisu.org/">CometVisu.org</a>
- - <a href=".?config=demo">Reload</a>
+ - <a href=".?config=demo&forceReload=true">Reload</a>
- <a href=".">Default Config</a>
]]></status>
<status type="html" condition="!edit" hrefextend="config"><![CDATA[
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|