mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Fix typos
This commit is contained in:
parent
e4fe3bfe35
commit
7e258bfe38
7 changed files with 31 additions and 31 deletions
|
@ -548,7 +548,7 @@ window.qBittorrent.ContextMenu = (function() {
|
|||
this.menu.getElement('a[href$=newSubscription]').parentNode.addClass('separator');
|
||||
switch (selectedRows.length) {
|
||||
case 0:
|
||||
// remove seperator on top of newSubscription entry to avoid double line
|
||||
// remove separator on top of newSubscription entry to avoid double line
|
||||
this.menu.getElement('a[href$=newSubscription]').parentNode.removeClass('separator');
|
||||
// menu when nothing selected
|
||||
this.hideItem('update');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue