Skip to content

Commit fcf87f5

Browse files
author
Tray2
committed
Fix path to js in examples/showalert.html
1 parent 36eed90 commit fcf87f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/showalert.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ <h1>Alert modal example</h1>
4949
<button onclick="hide('#alert-modal')">Close</button>
5050
</div>
5151
</section>
52-
<script src="helper.js"></script>
52+
<script src="./../helper.js"></script>
5353
</body>
5454
</html>

0 commit comments

Comments
 (0)