Revert back to intended fallthrough

Partial revert a7f4ea8b18
This commit is contained in:
Chocobo1 2017-07-10 00:36:56 +08:00
commit be61e8f2fd

View file

@ -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);