File tree 1 file changed +2
-2
lines changed
plugins-client/ext.quickstart
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ module.exports = ext.register("ext/quickstart/quickstart", {
56
56
}
57
57
} ,
58
58
{
59
- el : winDbgConsole ,
59
+ el : self [ " winDbgConsole" ] ,
60
60
name : "qsCLI" ,
61
61
pos : "top"
62
62
}
@@ -122,7 +122,7 @@ module.exports = ext.register("ext/quickstart/quickstart", {
122
122
arrangeQSImages : function ( ) {
123
123
var divToId , position , imgDiv ;
124
124
for ( var i = 0 ; i < jsonQuickStart . identifiers . length ; i ++ ) {
125
- if ( jsonQuickStart . identifiers [ i ] . visible && ! jsonQuickStart . identifiers [ i ] . visible ( ) )
125
+ if ( ( jsonQuickStart . identifiers [ i ] . visible && ! jsonQuickStart . identifiers [ i ] . visible ( ) ) || ! jsonQuickStart . identifiers [ i ] . el )
126
126
continue ;
127
127
128
128
divToId = require ( "ext/guidedtour/guidedtour" ) . getElementPosition ( jsonQuickStart . identifiers [ i ] . el ) ;
You can’t perform that action at this time.
0 commit comments