mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
WebUI: enforce usage of const
whenever possible
This commit is contained in:
parent
cb90b6769c
commit
55bff4f07a
12 changed files with 102 additions and 100 deletions
|
@ -1342,7 +1342,7 @@ window.addEventListener("DOMContentLoaded", function() {
|
|||
});
|
||||
};
|
||||
|
||||
var addLogPanel = function() {
|
||||
const addLogPanel = function() {
|
||||
new MochaUI.Panel({
|
||||
id: "LogPanel",
|
||||
title: "Log",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue