]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
remove updatequeue
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 29 Nov 2017 10:39:17 +0000 (11:39 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 29 Nov 2017 11:04:31 +0000 (12:04 +0100)
commitff5351f775cb3877ff5e2d675ffdcd7cd9c93e4c
treed0b4d0f3f90b0b3ccfb726eb5503892a4237df72
parent03c29495f5d146964d20edc1e89cbb9be0b3c4c8
remove updatequeue

since all modern browsers can properly handle multiple
xmlhttprequests, we do not need to serialize them ourselves, but
leave it to the browser

this fixes an issue wehre a canceled request of an updatestore
blocks all other updatestores until refresh

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Makefile
data/UpdateQueue.js [deleted file]
data/UpdateStore.js