windhamdavid 10 years ago
parent
commit
f6e04d7366
1 changed files with 1 additions and 1 deletions
  1. 1 1
      inc/tweaks.php

+ 1 - 1
inc/tweaks.php

@@ -131,7 +131,7 @@ function dw_online_get_status() {
 
 		function get_dave () {
 		var statusElement = $("#chat");
-		var URLchatAPI = "http://macs.local:8080/status";
+		var URLchatAPI = "http://code.davidawindham.com:8080/status";
 			(function poll() {
 				var request = $.ajax({
 				    url: URLchatAPI,