Rename xhr.js to ajax.js

This commit is contained in:
Midgard 2020-03-26 16:34:51 +01:00
parent 35c8ea0d3c
commit 8843f61e06
Signed by: midgard
GPG Key ID: 511C112F1331BBB4
2 changed files with 1 additions and 1 deletions

View File

View File

@ -26,7 +26,7 @@
<pre id="user_json"></pre>
<script type="text/javascript" src="xhr.js"></script>
<script type="text/javascript" src="ajax.js"></script>
<script type="text/javascript" src="main.js"></script>
</body>
</html>