mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 23:52:31 -06:00
Add explicit semicolon
This commit is contained in:
@@ -1442,7 +1442,7 @@
|
||||
$('optionalIPAddressToBind').setProperty('value', default_addr);
|
||||
}
|
||||
}).send();
|
||||
}
|
||||
};
|
||||
|
||||
const loadPreferences = function() {
|
||||
const url = 'api/v2/app/preferences';
|
||||
|
||||
@@ -486,7 +486,7 @@
|
||||
searchPlugins.length = 0;
|
||||
response.forEach(function(plugin) {
|
||||
searchPlugins.push(plugin);
|
||||
})
|
||||
});
|
||||
|
||||
const pluginsHtml = [];
|
||||
pluginsHtml.push('<option value="enabled">QBT_TR(Only enabled)QBT_TR[CONTEXT=SearchEngineWidget]</option>');
|
||||
|
||||
Reference in New Issue
Block a user