Skip to content

Commit

Permalink
fix: remember the last position in the tutorial
Browse files Browse the repository at this point in the history
Change-Id: I90dbaa98f659195543bed624cd14936fe937a774
  • Loading branch information
hebasta committed Nov 7, 2023
1 parent 5e439b0 commit 989947b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/js/src/tutorial.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ define(['session','buttongroup','util'], function (sessionClass, buttonGroupClas
t._iframe = d.createElement('iframe');
t._iframe.setAttribute(
'src',
(t.getPage() || t.start) + '?embedded=true'
(t.getPage() || t.start + '?embedded=true')
);

const btn = buttonGroupClass.create(
Expand Down

0 comments on commit 989947b

Please sign in to comment.