mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
- merge from stable branches (WebUI fixes)
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