Skip to content

Commit 8cbb2cb

Browse files
committed
fix link in iframe mode
1 parent 633a05a commit 8cbb2cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

audio_visualizer_single_page_version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</div>
4141
</div>
4242
<footer>
43-
<small>Star me on <a href="https://github.com/Wayou/HTML5_Audio_Visualizer">GitHub</a></small>
43+
<small>Star me on <a href="https://github.com/Wayou/HTML5_Audio_Visualizer" target="_blank">GitHub</a></small>
4444
</footer>
4545
<script type="text/javascript">
4646
/*

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</div>
2020
</div>
2121
<footer>
22-
<small>Star me on <a href="https://github.com/Wayou/HTML5_Audio_Visualizer">GitHub</a></small>
22+
<small>Star me on <a href="https://github.com/Wayou/HTML5_Audio_Visualizer" target="_blank">GitHub</a></small>
2323
</footer>
2424
<script type="text/javascript" src="js/html5_audio_visualizer.js"></script>
2525
</body>

0 commit comments

Comments
 (0)