Jelajahi Sumber

Merge branch '7.x-3.x' into 689-tv3-docs

Stephen Ficklin 6 tahun lalu
induk
melakukan
b580e4df10
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      tripal/theme/js/tripal.js

+ 1 - 1
tripal/theme/js/tripal.js

@@ -73,7 +73,7 @@
     pane.remove();
     
     // Remove the pane's title from the TOC.
-    $('#' + this.id).hide(0);
+    $('#' + this.id).parents('.views-row').remove();
   }
   
   /**