mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
WebUI: enforce usage of const whenever possible
This commit is contained in:
@@ -1342,7 +1342,7 @@ window.addEventListener("DOMContentLoaded", function() {
|
||||
});
|
||||
};
|
||||
|
||||
var addLogPanel = function() {
|
||||
const addLogPanel = function() {
|
||||
new MochaUI.Panel({
|
||||
id: "LogPanel",
|
||||
title: "Log",
|
||||
|
||||
Reference in New Issue
Block a user