Skip to content

Commit 9cab03c

Browse files
committed
added app.js
1 parent 47f5aa2 commit 9cab03c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

takcar_scripts/js/app.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
//<script src="js/app.js"></script>

takcar_scripts/tester.php

-2
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@
151151
</div>
152152

153153
<hr>
154-
155154
<script>
156155

157156
function uuidv4() {
@@ -244,7 +243,6 @@ function xhrRequestTraccar(url){
244243
xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded;charset=UTF-8');//application/json;charset=UTF-8
245244
xhr.send(); // send the request to the server.
246245
}
247-
248246
</script>
249247
</body>
250248
</html>

0 commit comments

Comments
 (0)