This commit is contained in:
j 2016-09-19 23:13:02 +02:00
parent 05b9e0b942
commit 0fccc86473

View file

@ -218,12 +218,14 @@ pandora.ui.tasksDialog = function(options) {
closeButton: true,
content: $panel,
height: 384,
removeOnClose: true,
title: Ox._('Tasks'),
width: 896
})
.bindEvent({
close: function() {
clientTimeout && clearTimeout(clientTimeout);
serverTimeout && clearTimeout(serverTimeout);
},
open: function() {
getClientItems();