mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-07 13:41:26 -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,
|
x: 0,
|
||||||
y: 0
|
y: 0
|
||||||
},
|
},
|
||||||
onShow: $empty,
|
onShow: () => {},
|
||||||
onHide: $empty,
|
onHide: () => {},
|
||||||
onClick: $empty,
|
onClick: () => {},
|
||||||
fadeSpeed: 200,
|
fadeSpeed: 200,
|
||||||
touchTimer: 600
|
touchTimer: 600
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue