- Fixed torrent exchange from one list to another in Web Ui

This commit is contained in:
Christophe Dumez 2008-09-27 20:31:50 +00:00
parent 04e993c674
commit 78e643039c
5 changed files with 164 additions and 29 deletions

View file

@ -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
});
});