Skip to content

Commit

Permalink
added app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Cale-Torino committed Sep 9, 2021
1 parent 47f5aa2 commit 9cab03c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions takcar_scripts/js/app.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//<script src="js/app.js"></script>
2 changes: 0 additions & 2 deletions takcar_scripts/tester.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@
</div>

<hr>

<script>

function uuidv4() {
Expand Down Expand Up @@ -244,7 +243,6 @@ function xhrRequestTraccar(url){
xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded;charset=UTF-8');//application/json;charset=UTF-8
xhr.send(); // send the request to the server.
}

</script>
</body>
</html>

0 comments on commit 9cab03c

Please sign in to comment.