File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -719,7 +719,7 @@ Editor.prototype.updateDeveloperTools = function (show) {
719
719
720
720
//Samit: Enh: Provide a bit of visual assistance
721
721
Editor . prototype . updateVisualEye = function ( show ) {
722
- var container = document . getElementById ( "visualEyeContainer" ) ;
722
+ var container = document . getElementById ( "selenium-ide" ) || document . getElementById ( "selenium-ide-sidebar" ) ;
723
723
show ? container . classList . add ( "visualeye" ) : container . classList . remove ( "visualeye" ) ;
724
724
} ;
725
725
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ limitations under the License.
73
73
</toolbar >
74
74
</toolbox >
75
75
76
- <vbox id = " visualEyeContainer " flex =" 1" >
76
+ <vbox flex =" 1" >
77
77
<hbox width =" 100" persist =" height width" flex =" 1" >
78
78
<vbox id =" suitePane" persist =" height width" />
79
79
<splitter id =" suiteTreeSplitter" collapse =" before" persist =" state" >
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ limitations under the License.
87
87
</toolbar >
88
88
</toolbox >
89
89
90
- <vbox id = " visualEyeContainer " flex =" 1" >
90
+ <vbox flex =" 1" >
91
91
<hbox id =" mainhbox" width =" 150" persist =" height width" flex =" 1" >
92
92
<vbox id =" suitePane" persist =" height width" />
93
93
<splitter id =" suiteTreeSplitter" collapse =" before" persist =" state" >
You can’t perform that action at this time.
0 commit comments