UNPKG

sharding-stats

Version:

A cool Dashboard & Manager for showing Live Stats and managing your Discord Bot/Shards

11 lines 243 B
(function($) { 'use strict'; $(function() { if ($('#sortable-table-1').length) { $('#sortable-table-1').tablesort(); } if ($('#sortable-table-2').length) { $('#sortable-table-2').tablesort(); } }); })(jQuery);