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, closeButton: true,
content: $panel, content: $panel,
height: 384, height: 384,
removeOnClose: true,
title: Ox._('Tasks'), title: Ox._('Tasks'),
width: 896 width: 896
}) })
.bindEvent({ .bindEvent({
close: function() { close: function() {
clientTimeout && clearTimeout(clientTimeout); clientTimeout && clearTimeout(clientTimeout);
serverTimeout && clearTimeout(serverTimeout);
}, },
open: function() { open: function() {
getClientItems(); getClientItems();