mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 22:52:33 -06:00
Use single quotes for char.
Use case insensitive compare. Swap conditionals
This commit is contained in:
committed by
Chocobo1
parent
771033a449
commit
4846b0ec28
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user