|
From: <ma...@us...> - 2011-11-06 21:44:21
|
Revision: 508
http://openautomation.svn.sourceforge.net/openautomation/?rev=508&view=rev
Author: mayerch
Date: 2011-11-06 21:44:15 +0000 (Sun, 06 Nov 2011)
Log Message:
-----------
Bug Fix: if value doesn't exists in the sytling, reset it to default (= no) style
Modified Paths:
--------------
CometVisu/trunk/visu/designs/structure_pure.js
Modified: CometVisu/trunk/visu/designs/structure_pure.js
===================================================================
--- CometVisu/trunk/visu/designs/structure_pure.js 2011-11-06 19:19:16 UTC (rev 507)
+++ CometVisu/trunk/visu/designs/structure_pure.js 2011-11-06 21:44:15 UTC (rev 508)
@@ -1068,6 +1068,9 @@
}
if( not_found ) element.addClass( 'actor ' );
}
+ } else {
+ element.removeClass();
+ element.addClass( 'actor ' );
}
if( element.data( 'align' ) )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|