Explorar o código

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

Stephen Ficklin %!s(int64=6) %!d(string=hai) anos
pai
achega
b580e4df10
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
   }
   
   /**