Browse Source

Merge pull request #14097 from glassez/fix-webui

Don't call non-existent elements (part 2)
adaptive-webui-19844
Vladimir Golovnev 4 years ago committed by GitHub
parent
commit
cabb2198b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/webui/www/private/scripts/download.js

1
src/webui/www/private/scripts/download.js

@ -72,7 +72,6 @@ window.qBittorrent.Download = (function() { @@ -72,7 +72,6 @@ window.qBittorrent.Download = (function() {
defaultSavePath = pref.save_path;
$('savepath').setProperty('value', defaultSavePath);
$('rootFolder').checked = pref.create_subfolder_enabled;
$('startTorrent').checked = !pref.start_paused_enabled;
if (pref.auto_tmm_enabled == 1) {

Loading…
Cancel
Save