Changed WebUI Version Check to SemVer. Also addes "Alpha" Channel (#692)

This commit is contained in:
b1rdhous3
2020-02-19 17:29:11 +01:00
committed by GitHub
parent 2db3f0c835
commit 065634076b
11 changed files with 660 additions and 42 deletions

View File

@@ -23,6 +23,9 @@
<!-- jQuery -->
<script src="js/lib/jquery.min.js"></script>
<!-- SemVer -->
<script src='js/lib/semver.js'></script>
<!-- Hyperion -->
<script src="js/hyperion.js"></script>
<script src="js/ui_utils.js"></script>