diff options
Diffstat (limited to 'static/scripts')
-rw-r--r-- | static/scripts/gb.js | 4 |
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; |