cleanup
This commit is contained in:
parent
05b9e0b942
commit
0fccc86473
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue