mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 17:12:31 -06:00
Add explicit semicolon
This commit is contained in:
@@ -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