mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -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,
|
||||
y: 0
|
||||
},
|
||||
onShow: $empty,
|
||||
onHide: $empty,
|
||||
onClick: $empty,
|
||||
onShow: () => {},
|
||||
onHide: () => {},
|
||||
onClick: () => {},
|
||||
fadeSpeed: 200,
|
||||
touchTimer: 600
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user