We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88aab58 commit 20c9e8bCopy full SHA for 20c9e8b
index.html
@@ -227,7 +227,7 @@
227
_.each(vars, function(v) {
228
var v = v.split('='),
229
key = v[0], val = v[1];
230
- if (key == 'steps') $('#steps,#steps-div').val(val);
+ if (key == 'steps') $('#steps,#steps-div,#steps-seq').val(val);
231
else if (key == 'colors') $('#colors').val(val);
232
else if (key == 'c0') $('#colors-left').val(val);
233
else if (key == 'c1') $('#colors-right').val(val);
0 commit comments