UpdateStore.js - fix update problem with chrome

This commit is contained in:
Dietmar Maurer 2017-11-23 07:27:27 +01:00
parent 2e67cd694c
commit 929d5ff7ea

View File

@ -55,7 +55,8 @@ Ext.define('Proxmox.data.UpdateStore', {
Ext.apply(config, {
startUpdate: function() {
me.isStopped = false;
run_load_task();
// run_load_task(); this makes problems with chrome
load_task.delay(1, run_load_task);
},
stopUpdate: function() {
me.isStopped = true;