mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Fix possible initialization problem in Web UI
This commit is contained in:
@@ -191,6 +191,9 @@ window.addEvent('load', function(){
|
||||
padding: { top: 0, right: 0, bottom: 0, left: 0 },
|
||||
loadMethod: 'xhr',
|
||||
contentURL: 'transferlist.html',
|
||||
onContentLoaded: function() {
|
||||
ajaxfn();
|
||||
};
|
||||
column: 'mainColumn',
|
||||
onResize: saveColumnSizes,
|
||||
height: null
|
||||
@@ -315,7 +318,7 @@ window.addEvent('load', function(){
|
||||
}).send();
|
||||
}
|
||||
};
|
||||
ajaxfn();
|
||||
//ajaxfn();
|
||||
if(BrowserDetect.browser != "Safari") {
|
||||
// Safari has trouble with this
|
||||
loadTransferInfo();
|
||||
|
||||
Reference in New Issue
Block a user