Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
v1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Notavone committed Dec 2, 2020
1 parent 6cf9aca commit 9d0511b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

## Changelog

### Version 1.3.9

* **Fixed** jQuery not working

### Version 1.3.8

* **Fixed** languages not showing when there are too many
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h6 class="header" id='guildName'></h6>
</body>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script type="text/javascript" src="./js/discord.12.1.1.min.js"></script>
<script type="text/javascript" src="js/discord.12.1.1.min.js"></script>
<script type="text/javascript" src="locales.js"></script>
<script type="text/javascript" src="./js/main.js"></script>
<script type="text/javascript" src="./js/panel.js"></script>
Expand Down

0 comments on commit 9d0511b

Please sign in to comment.