Moved Client/Dependences -> Dependencies; Fixed web asset redundancy

This commit is contained in:
hydrant
2018-11-29 13:35:29 +01:00
parent 9b4b6399c1
commit f4c0e841b5
28 changed files with 6 additions and 20 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,7 +32,7 @@
</div>
</div>
</div>
<script src="jquery-3.3.1.min.js"></script>
<script src="package://Dependencies/jquery-3.3.1.min.js"></script>
<script type="text/javascript">
$(".message a").click(function () {
$(".form-l").animate({ height: "toggle", opacity: "toggle" }, "slow");