(cherry picked from commit 3c33b0b20d14ca8014266d8724cd5b371f41c156)
@@ -13,8 +13,9 @@ MWF.xApplication.LogViewer.Main = new Class({
onQueryLoad: function(){
this.lp = MWF.xApplication.LogViewer.LP;
this.tagId = o2.uuid();
-
+ },
+ onQueryClose: function () {
+ $clear(this.timeDo);
},
loadApplication: function(callback){
if (!this.options.isRefresh){