Trial with Tree builder
diff --git a/public/js/translateTable.js b/public/js/translateTable.js
index e45266b..31be939 100644
--- a/public/js/translateTable.js
+++ b/public/js/translateTable.js
@@ -195,6 +195,8 @@
   var match = o.parentNode.parentNode;
   var table = $(match).children("div").children("div.tokenInfo").first();
 
+console.log(table);
+
   if (table.hasClass("active")) {
     table.removeClass("active");
     return;