Add explicit semicolon

This commit is contained in:
Chocobo1
2020-01-07 02:00:12 +08:00
parent 0577cf588c
commit c34883f9af
5 changed files with 9 additions and 9 deletions

View File

@@ -1442,7 +1442,7 @@
$('optionalIPAddressToBind').setProperty('value', default_addr);
}
}).send();
}
};
const loadPreferences = function() {
const url = 'api/v2/app/preferences';

View File

@@ -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>');