浏览代码

remove toggle class for side nav

CauseFX 4 年之前
父节点
当前提交
f62267d152
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      js/custom.js
  2. 0 0
      js/custom.min.js

+ 1 - 1
js/custom.js

@@ -1796,7 +1796,7 @@ $(document).on('click', ".ipInfo", function(){
 });
 });
 // set active for group list
 // set active for group list
 $(document).on('click', '.allGroupsList', function() {
 $(document).on('click', '.allGroupsList', function() {
-    $(this).toggleClass('active');
+    //$(this).toggleClass('active');
 });
 });
 // Control init of custom netdata JSON editor
 // Control init of custom netdata JSON editor
 $(document).on('click', 'li a[aria-controls="Custom data"]', function() {
 $(document).on('click', 'li a[aria-controls="Custom data"]', function() {

文件差异内容过多而无法显示
+ 0 - 0
js/custom.min.js


部分文件因为文件数量过多而无法显示