Author: damoxc
Revision: 5131
Log:
remove call to getFields as it's no longer required
Diff:
Modified: trunk/deluge/ui/web/js/Deluge.Details.Details.js
===================================================================
--- trunk/deluge/ui/web/js/Deluge.Details.Details.js 2009-04-21 23:43:46 UTC
(rev 5130)
+++ trunk/deluge/ui/web/js/Deluge.Details.Details.js 2009-04-21 23:46:04 UTC
(rev 5131)
@@ -42,7 +42,6 @@
},
update: function(torrentId) {
- if (!this.fields) this.getFields();
Deluge.Client.core.get_torrent_status(torrentId,
Deluge.Keys.Details, {
success: this.onRequestComplete,
scope: this,
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---