Commit df45b8b5 authored by Matthew Radcliffe's avatar Matthew Radcliffe Committed by Gaurav Kapoor
Browse files

Issue #2793863 by mradcliffe, rooby, mathieso, Mykola Antoshchuk: Duplicate collapsers for admin

parent 5c95d7fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
      for (var views_tree_settings_id in views_tree_settings) {
        var views_tree_name = views_tree_settings[views_tree_settings_id][0];

        $.each($(".view-id-" + views_tree_name + " .view-content li"), function () {
        $(".view-id-" + views_tree_name + " .view-content li").once().each(function () {
          var count = $(this).find("li").length;
          if (count > 0) {
            $(this).addClass('views_tree_parent');