Changed styling of selected row. Added auto styling of SVG.
[scpubgit/stemmatology.git] / TreeOfTexts / root / js / interaction.js
index 15f64e0..ffe2c93 100644 (file)
@@ -11,6 +11,7 @@ $(document).ready(function() {
     $('td.active_variant_cell').removeClass('active_variant_cell');
     row_triggered = false;
   });
+  $('svg').width('485px');
 })
 function color_nodes( column_index, arr_node_ids, arr_greynode_ids ) {
   if( !row_triggered ) {