mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-23 17:56:50 +03:00
Rename 'context_menu' variable to 'torrents_table_context_menu'
This commit is contained in:
parent
805f0d4c90
commit
1e3a57ad92
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
//create a context menu
|
//create a context menu
|
||||||
var context_menu = new ContextMenu({
|
var torrents_table_context_menu = new ContextMenu({
|
||||||
targets : '.menu-target',
|
targets : '.menu-target',
|
||||||
menu : 'contextmenu',
|
menu : 'contextmenu',
|
||||||
actions : {
|
actions : {
|
||||||
|
@ -62,5 +62,5 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
torrentsTable.setup('torrentsTable', 'torrentsTableHeader', context_menu);
|
torrentsTable.setup('torrentsTable', 'torrentsTableHeader', torrents_table_context_menu);
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue