Skip to content

Commit

Permalink
docs: update demo example
Browse files Browse the repository at this point in the history
  • Loading branch information
orestbida committed Sep 8, 2024
1 parent 141bb39 commit 36ab493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/assets/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resetBtn.addEventListener('click', () => {
resetBtn.disabled = true;
acceptAllBtn.disabled = true;
rejectAllBtn.disabled = true;
im.reset();
im.reset(true);
})

runBtn.addEventListener('click', () => {
Expand Down
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
</head>
<body>
<div id="app">
<h1>Demo page</h1>
<h1>IframeManager Demo</h1>
<br>
<p>Demo with various services.</p>
<br>
Expand Down

0 comments on commit 36ab493

Please sign in to comment.