Skip to content

Commit d85fdc6

Browse files
committed
- Change libs to use newer libs.
1 parent a11800b commit d85fdc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<script type="text/javascript" src="scripts/jquery.js"></script>
88
<script type="text/javascript" src="scripts/jquery-color.js"></script>
99
<link rel="stylesheet" type="text/css" href="https://runeapps.org/runeappslib.css">
10-
<script src="https://www.unpkg.com/@alt1/base/dist/index.bundle.js"></script>
11-
<script src="https://www.unpkg.com/@alt1/ocr/dist/index.bundle.js"></script>
12-
<script src="https://www.unpkg.com/@alt1/chatbox/dist/index.bundle.js"></script>
10+
<script src="https://www.unpkg.com/alt1/dist/base/index.js"></script>
11+
<script src="https://www.unpkg.com/alt1/dist/ocr/index.js"></script>
12+
<script src="https://www.unpkg.com/alt1/dist/chatbox/index.js"></script>
1313
</head>
1414

1515
<body class="nis">

0 commit comments

Comments
 (0)