mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
@@ -28,10 +28,8 @@
|
||||
|
||||
"use strict";
|
||||
|
||||
if (window.qBittorrent === undefined)
|
||||
window.qBittorrent = {};
|
||||
|
||||
window.qBittorrent.PiecesBar = (() => {
|
||||
window.qBittorrent ??= {};
|
||||
window.qBittorrent.PiecesBar ??= (() => {
|
||||
const exports = () => {
|
||||
return {
|
||||
PiecesBar: PiecesBar
|
||||
@@ -267,5 +265,4 @@ window.qBittorrent.PiecesBar = (() => {
|
||||
|
||||
return exports();
|
||||
})();
|
||||
|
||||
Object.freeze(window.qBittorrent.PiecesBar);
|
||||
|
||||
Reference in New Issue
Block a user