Browse Source

Revert back to intended fallthrough

Partial revert a7f4ea8b18
adaptive-webui-19844
Chocobo1 7 years ago
parent
commit
be61e8f2fd
  1. 2
      src/webui/www/public/scripts/dynamicTable.js

2
src/webui/www/public/scripts/dynamicTable.js

@ -1039,7 +1039,7 @@ var TorrentsTable = new Class({ @@ -1039,7 +1039,7 @@ var TorrentsTable = new Class({
break;
case 'inactive':
inactive = true;
break;
// fallthrough
case 'active':
if (state == 'stalledDL')
r = (row['full_data'].upspeed > 0);

Loading…
Cancel
Save