|
From: <j-...@us...> - 2012-02-05 17:53:43
|
Revision: 685
http://openautomation.svn.sourceforge.net/openautomation/?rev=685&view=rev
Author: j-n-k
Date: 2012-02-05 17:53:36 +0000 (Sun, 05 Feb 2012)
Log Message:
-----------
Fix broken diagram-refresh
Modified Paths:
--------------
CometVisu/trunk/visu/plugins/diagram/structure_plugin.js
Modified: CometVisu/trunk/visu/plugins/diagram/structure_plugin.js
===================================================================
--- CometVisu/trunk/visu/plugins/diagram/structure_plugin.js 2012-02-05 17:11:48 UTC (rev 684)
+++ CometVisu/trunk/visu/plugins/diagram/structure_plugin.js 2012-02-05 17:53:36 UTC (rev 685)
@@ -429,7 +429,7 @@
if (typeof (refresh) != "undefined" && refresh) {
// reload regularly
window.setTimeout(function(diagram, flotoptions, data) {
- refreshDiagram(diagram, flotoptions, data)
+ refreshDiagram(diagram, flotoptions, data);
}, refresh * 1000, diagram, flotoptions, data);
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|