new change from Joris
Tara L Andrews [Mon, 3 Oct 2011 11:48:32 +0000 (13:48 +0200)]
TreeOfTexts/root/js/interaction.js

index 17a1906..2bda2a7 100644 (file)
@@ -1,10 +1,10 @@
 $(document).ready(function() {
   $('.rowid').click( function() {
+    $('ellipse').attr( {stroke:'black', fill:'#ccc'} );
     $(this).parent().nextAll('.clickable').children('span').click();
   });
 })
 function color_nodes( arr_node_ids ) {
-  $('ellipse').attr( {stroke:'black', fill:'#999'} );
   jQuery.each( arr_node_ids, function(index,value) {
     $('.node').children('title').filter( function(index) {
       return $(this).text() == value;