Commit f7a39d0c3bc5733749ab0f6e21eea43230032c0a
1 parent
6cf1dca2
Exists in
master
and in
111 other branches
TBD
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/app/views/PlotUI.js
... | ... | @@ -171,7 +171,7 @@ Ext.define('amdaUI.PlotUI', { |
171 | 171 | { |
172 | 172 | var plotTab = this.plotTabs.items.getAt(i).items.getAt(0); |
173 | 173 | plotTab.items.getAt(1).intervalSel.setInterval(dateStart, dateStop); |
174 | - plotTab.updateTimeObject(); | |
174 | + //TBD plotTab.updateTimeObject(); | |
175 | 175 | } |
176 | 176 | |
177 | 177 | this.timeSelector.intervalSel.setInterval(dateStart, dateStop); | ... | ... |