diff --git a/index.html b/index.html index ec617c2..86f0757 100644 --- a/index.html +++ b/index.html @@ -13,5 +13,10 @@ + + + \ No newline at end of file diff --git a/main.js b/main.js index e1762df..eef5ae3 100644 --- a/main.js +++ b/main.js @@ -20,6 +20,7 @@ let token function ready(){ token = window.location.search; console.log(token.substring(6)); + console.log(sessionStorage['sessionID']); } addEventListener("DOMContentLoaded", ready);