Client: add global AppSettings object

This commit is contained in:
Lexi / Zoe 2019-01-20 02:06:30 +01:00
parent 3993ae9c44
commit 98c89f0702
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
3 changed files with 11 additions and 4 deletions

View file

@ -11,6 +11,7 @@
<h1>InstantChat</h1>
<script src="js/settings.js"></script>
<script src="js/client.js"></script>
</body>