X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TreeOfTexts%2Froot%2Fjs%2Finteraction.js;fp=TreeOfTexts%2Froot%2Fjs%2Finteraction.js;h=15f64e0e84dce5166e9e1ca13c6474e0052970c4;hb=94a077d641e8c906d7131a059b009f335781337a;hp=919fd51f9c066f3daaff108b94da1c689c75dc29;hpb=e367f5c07b97362a0b60dba97fcc0ce944a4a08a;p=scpubgit%2Fstemmatology.git diff --git a/TreeOfTexts/root/js/interaction.js b/TreeOfTexts/root/js/interaction.js index 919fd51..15f64e0 100644 --- a/TreeOfTexts/root/js/interaction.js +++ b/TreeOfTexts/root/js/interaction.js @@ -32,7 +32,7 @@ function color_nodes( column_index, arr_node_ids, arr_greynode_ids ) { jQuery.each( arr_node_ids, function(index,value) { $('.node').children('title').filter( function(index) { return $(this).text() == value; - }).siblings('ellipse, polygon').each( function( index ) { + }).siblings('ellipse').each( function( index ) { $(this).attr( {stroke:'black', fill:colors[column_index-1]} ); }); });