mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-06 05:01:25 -07:00
Migrate away from deprecated functions
Those functions are deprecated in mootools.
This commit is contained in:
parent
8f230bc2e6
commit
86d5d13ce6
1 changed files with 3 additions and 3 deletions
|
@ -61,9 +61,9 @@ window.qBittorrent.ContextMenu = (function() {
|
|||
x: 0,
|
||||
y: 0
|
||||
},
|
||||
onShow: $empty,
|
||||
onHide: $empty,
|
||||
onClick: $empty,
|
||||
onShow: () => {},
|
||||
onHide: () => {},
|
||||
onClick: () => {},
|
||||
fadeSpeed: 200,
|
||||
touchTimer: 600
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue