mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
- Tagged v1.1.4 and v1.2.0beta6 releases
This commit is contained in:
@@ -41,7 +41,8 @@ window.addEvent('domready', function(){
|
||||
var url = 'json/events?r='+r;
|
||||
if (!waiting){
|
||||
waiting=true;
|
||||
var request = new Json.Remote(url, {
|
||||
var request = new Request.JSON({
|
||||
url: url,
|
||||
method: 'get',
|
||||
onComplete: function(jsonObj) {
|
||||
if(jsonObj){
|
||||
|
||||
Reference in New Issue
Block a user