ソースを参照

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();
   }
   
   /**