mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Fixed torrent exchange from one list to another in Web Ui
This commit is contained in:
parent
04e993c674
commit
78e643039c
5 changed files with 164 additions and 29 deletions
|
@ -96,7 +96,7 @@ function attachMochaLinkEvents(){
|
|||
loadMethod: 'iframe',
|
||||
contentURL: 'http://bugs.qbittorrent.org/',
|
||||
width: 650,
|
||||
height: 400,
|
||||
height: 400
|
||||
});
|
||||
});
|
||||
|
||||
|
@ -108,7 +108,7 @@ function attachMochaLinkEvents(){
|
|||
loadMethod: 'iframe',
|
||||
contentURL: 'http://www.qbittorrent.org/',
|
||||
width: 650,
|
||||
height: 400,
|
||||
height: 400
|
||||
});
|
||||
});
|
||||
|
||||
|
@ -120,7 +120,7 @@ function attachMochaLinkEvents(){
|
|||
loadMethod: 'iframe',
|
||||
contentURL: 'http://wiki.qbittorrent.org/',
|
||||
width: 650,
|
||||
height: 400,
|
||||
height: 400
|
||||
});
|
||||
});
|
||||
|
||||
|
@ -132,7 +132,7 @@ function attachMochaLinkEvents(){
|
|||
loadMethod: 'iframe',
|
||||
contentURL: 'about.html',
|
||||
width: 650,
|
||||
height: 400,
|
||||
height: 400
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue