- Another fix for global download rate limiting in Web UI

This commit is contained in:
Christophe Dumez
2009-12-30 16:40:35 +00:00
parent ec44efb261
commit f70aab3877

View File

@@ -174,7 +174,7 @@ loadPreferences = function() {
$('dl_limit_checkbox').removeProperty('checked');
} else {
$('dl_limit_checkbox').set('checked', 'checked');
('dl_limit_value').set('value', dl_limit);
$('dl_limit_value').set('value', dl_limit);
}
updateDlLimitEnabled();
var up_limit = pref.up_limit.toInt();