mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Migrate away from deprecated functions
Those functions are deprecated in mootools.
This commit is contained in:
@@ -61,9 +61,9 @@ window.qBittorrent.ContextMenu = (function() {
|
|||||||
x: 0,
|
x: 0,
|
||||||
y: 0
|
y: 0
|
||||||
},
|
},
|
||||||
onShow: $empty,
|
onShow: () => {},
|
||||||
onHide: $empty,
|
onHide: () => {},
|
||||||
onClick: $empty,
|
onClick: () => {},
|
||||||
fadeSpeed: 200,
|
fadeSpeed: 200,
|
||||||
touchTimer: 600
|
touchTimer: 600
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user