We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e57a2 commit be939b7Copy full SHA for be939b7
_css/custom.css
@@ -150,8 +150,8 @@
150
}
151
152
.code-svg {
153
- width: 20px;
154
- height: 20px;
+ width: 16px;
+ height: 16px;
155
margin: 10px 5px 0px 8px;
156
157
_scripts/actions.js
@@ -607,7 +607,9 @@ $(document).ready(function() {
607
});
608
609
610
- commands.push(data.sanity_test);
+ if(data.sanity_test.extra_commands != null)
611
+ commands = commands.concat(data.sanity_test.extra_commands);
612
+ commands = commands.concat(data.sanity_test.commands);
613
ret += $.code_gen(commands);
614
m = data.version.match("v([0-9\\.]+\\+([a-zA-Z]+))");
615
if(m != null && m.length == 3) {
0 commit comments