Skip to content

Commit

Permalink
Update unit-test.html
Browse files Browse the repository at this point in the history
switched to CDN for the ngio library
  • Loading branch information
PsychoGoldfishNG committed Sep 8, 2021
1 parent 30331e5 commit 30c41af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions unit-test.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="bin/newgroundsio.js" type="text/javascript"></script>
<script src="unit-test.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/gh/PsychoGoldfishNG/newgrounds.io-for-javascript-html5@8772ef4/bin/newgroundsio.min.js"></script>
<script src="unit-test.js"></script>
<style>
body {
width: 100%;
Expand Down Expand Up @@ -36,4 +36,4 @@ <h1>Newgrounds.io Unit Test</h1>
<textarea style="width: 100%; height: 50%" id="output_text"></textarea>
<button id="testLoadNewgrounds">Click here to test Loader.loadNewgrounds as a redirect!</button>
</body>
</html>
</html>

0 comments on commit 30c41af

Please sign in to comment.