From 2b94a020ccb78fa486691767e35110914fd53e8c Mon Sep 17 00:00:00 2001
From: David Luevano Alvarado <david@luevano.xyz>
Date: Sat, 3 Apr 2021 23:15:38 -0700
Subject: Add new blog entry and update gb stuff

---
 static/scripts/gb.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'static')

diff --git a/static/scripts/gb.js b/static/scripts/gb.js
index 67afe20..e9eb896 100644
--- a/static/scripts/gb.js
+++ b/static/scripts/gb.js
@@ -3,7 +3,7 @@ var newImage;
 window.onload = function (){
 	reimg = document.getElementById('game_img');
 	setInterval(function (){
-		reimg.src = 'https://gb.luevano.xyz/image?r=' + Math.random();
+		reimg.src = 'https://gb.ezclap.xyz/image?r=' + Math.random();
 	}, 1000)
 }
 
@@ -11,7 +11,7 @@ function input(button){
 
 	if(typeof button == 'number'){
 		$.ajax({
-			url: 'https://gb.luevano.xyz/control?button=' + button + '&callback=https://gb.luevano.xyz',
+			url: 'https://gb.ezclap.xyz/control?button=' + button + '&callback=https://gb.luevano.xyz',
 			type: 'GET',
 			complete: function(xhr){
 				let statusCode = xhr.status;
-- 
cgit v1.2.3-70-g09d2