|
@@ -116,9 +116,7 @@ define([
|
|
this.resultsWidget = registry.byId(this.id + "_Results");
|
|
this.resultsWidget = registry.byId(this.id + "_Results");
|
|
this.filesWidget = registry.byId(this.id + "_Files");
|
|
this.filesWidget = registry.byId(this.id + "_Files");
|
|
this.vizWidget = registry.byId(this.id + "_Visualize");
|
|
this.vizWidget = registry.byId(this.id + "_Visualize");
|
|
- if (!this.vizWidget.supportsSvg()) {
|
|
|
|
- this.vizWidget.set("disabled", true);
|
|
|
|
- }
|
|
|
|
|
|
+ this.vizWidget.set("disabled", true);
|
|
this.timersWidget = registry.byId(this.id + "_Timers");
|
|
this.timersWidget = registry.byId(this.id + "_Timers");
|
|
this.graphsWidget = registry.byId(this.id + "_Graphs");
|
|
this.graphsWidget = registry.byId(this.id + "_Graphs");
|
|
this.sourceWidget = registry.byId(this.id + "_Source");
|
|
this.sourceWidget = registry.byId(this.id + "_Source");
|