Browse Source

Restrict quarantine table row toggle

friedPotat0 6 năm trước cách đây
mục cha
commit
581f8c77c7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      data/web/js/site/quarantine.js

+ 1 - 0
data/web/js/site/quarantine.js

@@ -59,6 +59,7 @@ jQuery(function($){
       "paging": {"enabled": true,"limit": 5,"size": pagination_size},
       "sorting": {"enabled": true},
       "filtering": {"enabled": true,"position": "left","connectors": false,"placeholder": lang.filter_table},
+      "toggleSelector": "table tbody span.footable-toggle"
     });
   }