api key now gets stored dureing session

This commit is contained in:
Janis
2022-10-27 22:35:45 +02:00
parent aebca9ad19
commit 75c9ef9cee
4 changed files with 26 additions and 26 deletions

View File

@@ -11,6 +11,7 @@
<script src="config.js"></script>
<script src="js/objects.js"></script>
<script>
let apiKey = "";
let clientList = new List();
let channelList = new List();
let thisClient;