mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-27 18:40:36 +00:00
change to a more robust test
This commit is contained in:
parent
6333b32e0b
commit
6db92cccb3
@ -146,7 +146,7 @@ Deluge.UI = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
updated: function(data) {
|
updated: function(data) {
|
||||||
if (!data) return;
|
if ($defined(data)) return;
|
||||||
this.torrents = new Hash(data.torrents);
|
this.torrents = new Hash(data.torrents);
|
||||||
this.stats = data.stats;
|
this.stats = data.stats;
|
||||||
this.filters = data.filters;
|
this.filters = data.filters;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user