Parcourir la source

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

Stephen Ficklin il y a 6 ans
Parent
commit
b580e4df10
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();
   }
   
   /**