Finished faction system, slightly changed client files

This commit is contained in:
Lennart Kampshoff
2018-09-28 17:40:29 +02:00
parent 6a2b010341
commit 2963ba1970
13 changed files with 299 additions and 56 deletions

View File

@@ -7,7 +7,6 @@
<html>
<head>
<meta charset="UTF-8">
<script src="../Dependences/jquery-3.3.1.min.js"></script>
<link rel="stylesheet" href="style.css" />
</head>
@@ -33,6 +32,7 @@
</div>
</div>
</div>
<script src="jquery-3.3.1.min.js"></script>
<script type="text/javascript">
$(".message a").click(function () {
$(".form-l").animate({ height: "toggle", opacity: "toggle" }, "slow");