This commit is contained in:
Sebastien 2018-11-30 19:36:07 +02:00
parent a4f8fb89bd
commit d82d356d91
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
var hash = window.location.hash.replace("#","").split("&");
var discordToken = "";
debugger;
hash.forEach(function (value) {
if(value.indexOf("access_token") !== -1){

View File

@ -55,10 +55,10 @@
<!-- Scripts-->
<script th:src="@{/js/jquery-3.3.1.min.js}"></script>
<script th:src="@{/js/oauthCallback.js}"></script>
<script th:src="@{/js/materialize.js}"></script>
<script th:src="@{/js/navabar.js}"></script>
<script th:src="@{/js/js.cookie.js}"></script>
<script th:src="@{/js/oauthCallback.js}"></script>
<script th:src="@{/js/fontawesome.js}"></script>