mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
Fix typos
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user