mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 04:49:47 -07:00
WebUI: Don't load Tabs & dynamicTable stylesheets in Properties panel
This removes duplicate stylesheet imports that caused the transfer list to be completely collapsed in Chrome-based browsers. Closes #21426. PR #21506.
This commit is contained in:
parent
cce295faeb
commit
b2fab43865
1 changed files with 0 additions and 1 deletions
|
@ -1434,7 +1434,6 @@ window.addEventListener("DOMContentLoaded", () => {
|
||||||
},
|
},
|
||||||
contentURL: "views/properties.html",
|
contentURL: "views/properties.html",
|
||||||
require: {
|
require: {
|
||||||
css: ["css/Tabs.css", "css/dynamicTable.css"],
|
|
||||||
js: ["scripts/prop-general.js", "scripts/prop-trackers.js", "scripts/prop-peers.js", "scripts/prop-webseeds.js", "scripts/prop-files.js"],
|
js: ["scripts/prop-general.js", "scripts/prop-trackers.js", "scripts/prop-peers.js", "scripts/prop-webseeds.js", "scripts/prop-files.js"],
|
||||||
},
|
},
|
||||||
tabsURL: "views/propertiesToolbar.html",
|
tabsURL: "views/propertiesToolbar.html",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue