Skip to content

Commit

Permalink
updated scripts (added JS and CSS CDN's)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cale-Torino committed Sep 7, 2021
1 parent d66870b commit 4d4495d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
12 changes: 12 additions & 0 deletions Scripts/css/bootstrap.min.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions Scripts/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<head>
<title>TAKCAR SERVICE</title>
<!-- Optional theme -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootswatch/4.5.2/darkly/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Jquery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="js/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</head>

<body>
Expand Down Expand Up @@ -110,7 +110,7 @@ function error(err) {
alert('Failed: ' + JSON.stringify(err));
}

var Authorization = "<?php echo$FreeTakServerAPIToken;?>";
var Authorization = "<?php echo$FTSAPIToken;?>";

function testFunction(){
var xhr = new XMLHttpRequest(); //invoke a new instance of the XMLHttpRequest
Expand Down
7 changes: 7 additions & 0 deletions Scripts/js/bootstrap.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Scripts/js/jquery.min.js

Large diffs are not rendered by default.

0 comments on commit 4d4495d

Please sign in to comment.