summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-04-03 23:15:38 -0700
committerDavid Luevano Alvarado <david@luevano.xyz>2021-04-03 23:15:38 -0700
commit2b94a020ccb78fa486691767e35110914fd53e8c (patch)
treedef0f1627e3eb02ca5ce2893a73819c30fb40826 /static
parent1d3d721229e060c70ee28848d8b8d227e764990a (diff)
Add new blog entry and update gb stuff
Diffstat (limited to 'static')
-rw-r--r--static/scripts/gb.js4
1 files changed, 2 insertions, 2 deletions
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;