|
From: <j-...@us...> - 2011-11-01 19:02:33
|
Revision: 494
http://openautomation.svn.sourceforge.net/openautomation/?rev=494&view=rev
Author: j-n-k
Date: 2011-11-01 19:02:27 +0000 (Tue, 01 Nov 2011)
Log Message:
-----------
Fix to use animation for scrolling pages via GA
Modified Paths:
--------------
CometVisu/tags/post_0.6.0/visu/designs/structure_pure.js
Modified: CometVisu/tags/post_0.6.0/visu/designs/structure_pure.js
===================================================================
--- CometVisu/tags/post_0.6.0/visu/designs/structure_pure.js 2011-11-01 17:00:32 UTC (rev 493)
+++ CometVisu/tags/post_0.6.0/visu/designs/structure_pure.js 2011-11-01 19:02:27 UTC (rev 494)
@@ -100,7 +100,7 @@
},
update: function(e, data) {
if (data==01) {
- scrollToPage(this.attributes.path.nodeValue, 1);
+ scrollToPage(this.attributes.path.nodeValue);
visu.write(e.type.substr(1), transformEncode("DPT:1.001", 0));
}
},
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|