diff --git a/pages/cafe/scripts.js b/pages/cafe/scripts.js index 59b8603..873d835 100644 --- a/pages/cafe/scripts.js +++ b/pages/cafe/scripts.js @@ -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 ) {