1
0
Fork 0
mirror of synced 2024-06-11 23:34:45 +12:00

Check version from appwrite.io

This commit is contained in:
Eldad Fux 2022-01-13 13:10:05 +02:00
parent babd77f663
commit 95313ec122

View file

@ -7,7 +7,7 @@
if (!cookie.get(cookieName)) {
var xhr = new XMLHttpRequest();
xhr.open('GET', '/console/version', true);
xhr.open('GET', 'https://appwrite.io/console/version', true);
xhr.onload = function () {
if (this.readyState == 4 && this.status == 200) {