mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
change to a more robust test
This commit is contained in:
parent
6333b32e0b
commit
6db92cccb3
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ Deluge.UI = {
|
|||
},
|
||||
|
||||
updated: function(data) {
|
||||
if (!data) return;
|
||||
if ($defined(data)) return;
|
||||
this.torrents = new Hash(data.torrents);
|
||||
this.stats = data.stats;
|
||||
this.filters = data.filters;
|
||||
|
|
Loading…
Add table
Reference in a new issue