forked from 0x2620/pandora
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,
|
||||
content: $panel,
|
||||
height: 384,
|
||||
removeOnClose: true,
|
||||
title: Ox._('Tasks'),
|
||||
width: 896
|
||||
})
|
||||
.bindEvent({
|
||||
close: function() {
|
||||
clientTimeout && clearTimeout(clientTimeout);
|
||||
serverTimeout && clearTimeout(serverTimeout);
|
||||
},
|
||||
open: function() {
|
||||
getClientItems();
|
||||
|
|
Loading…
Reference in a new issue