Browse Source

Dropdown arrows on Tab Groups not animating (#1239)

CauseFX 6 years ago
parent
commit
ffa0f173e2
2 changed files with 5 additions and 0 deletions
  1. 5 0
      js/custom.js
  2. 0 0
      js/custom.min.js

+ 5 - 0
js/custom.js

@@ -1977,4 +1977,9 @@ $(document).on('click', ".ipInfo", function(){
             className: 'bg-org'
         });
     });
+});
+
+$(document).on('click', '.allGroupsList', function() {
+    console.log($(this));
+    $(this).toggleClass('active');
 });

File diff suppressed because it is too large
+ 0 - 0
js/custom.min.js


Some files were not shown because too many files changed in this diff