dialogs stay around, clear cache on close
This commit is contained in:
parent
49e0ad774e
commit
4b78d1184d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
// vim: et:ts=4:sw=4:sts=4:ft=javascript
|
// vim: et:ts=4:sw=4:sts=4:ft=javascript
|
||||||
|
|
||||||
pandora.ui.logsDialog = function() {
|
pandora.ui.logsDialog = function() {
|
||||||
Ox.Request.clearCache('findLogs');
|
|
||||||
var height = Math.round((window.innerHeight - 48) * 0.9),
|
var height = Math.round((window.innerHeight - 48) * 0.9),
|
||||||
width = Math.round(window.innerWidth * 0.9),
|
width = Math.round(window.innerWidth * 0.9),
|
||||||
numberOfLogs = 0,
|
numberOfLogs = 0,
|
||||||
|
@ -149,6 +148,7 @@ pandora.ui.logsDialog = function() {
|
||||||
width: 48
|
width: 48
|
||||||
}).bindEvent({
|
}).bindEvent({
|
||||||
click: function() {
|
click: function() {
|
||||||
|
Ox.Request.clearCache('findLogs');
|
||||||
that.close();
|
that.close();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue