瀏覽代碼

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

Stephen Ficklin 6 年之前
父節點
當前提交
b580e4df10
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();
   }
   
   /**