WebUI: unify curly bracket usage

This commit is contained in:
Chocobo1
2024-06-07 02:22:57 +08:00
committed by sledgehammer999
parent 671943a9a6
commit fa58e58e70
32 changed files with 177 additions and 252 deletions

View File

@@ -30,9 +30,8 @@
// This file is the JavaScript implementation of base/utils/fs.cpp
if (window.qBittorrent === undefined) {
if (window.qBittorrent === undefined)
window.qBittorrent = {};
}
window.qBittorrent.Filesystem = (function() {
const exports = function() {