Browse Source

Restrict quarantine table row toggle

friedPotat0 6 years ago
parent
commit
581f8c77c7
1 changed files with 1 additions and 0 deletions
  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"
     });
   }