Use single quotes for char.

Use case insensitive compare.
Swap conditionals
This commit is contained in:
Thomas Piccirello
2017-07-18 22:06:38 -04:00
committed by Chocobo1
parent 771033a449
commit 4846b0ec28
2 changed files with 20 additions and 20 deletions

View File

@@ -287,10 +287,10 @@ var TorrentsTableContextMenu = new Class({
else
there_are_force_start = true;
if (data['auto_tmm'] != true)
all_are_auto_tmm = false;
else
if (data['auto_tmm'] === true)
there_are_auto_tmm = true;
else
all_are_auto_tmm = false;
});
show_seq_dl = true;