Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Truckerbug committed Oct 13, 2023
1 parent 16da8a6 commit f2cc56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/cafe/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function update_content(){

$.ajax({
type: "GET",
url: "index.php", // post it back to itself - use relative path or consistent www. or non-www. to avoid cross domain security issues
url: "https://truckerbug.github.io/pages/cafe/index.html", // post it back to itself - use relative path or consistent www. or non-www. to avoid cross domain security issues
cache: false, // be sure not to cache results
})
.done(function( page_html ) {
Expand Down

0 comments on commit f2cc56f

Please sign in to comment.