fixed server IP changes
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
5c3169c7ce
commit
ad90306a99
@ -0,0 +1 @@
|
|||||||
|
export const ADDRESS = "92.132.64.175:950"
|
@ -1,5 +1,9 @@
|
|||||||
|
import {ADDRESS} from "./constants.js";
|
||||||
|
|
||||||
let counter = 0;
|
let counter = 0;
|
||||||
const ADDRESS = "92.132.18.192:950"
|
|
||||||
|
window.onload = () => initCounter();
|
||||||
|
window.makeIncrement = () => makeIncrement();
|
||||||
|
|
||||||
function updateText() {
|
function updateText() {
|
||||||
document.getElementById("counter").innerHTML = counter
|
document.getElementById("counter").innerHTML = counter
|
Reference in new issue