Update js x briwserWindowSize

This commit is contained in:
Samuele E. Locatelli
2018-03-16 16:24:58 +01:00
parent d74f769f92
commit 98397a9c38
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ function SetWidthHeight() {
window.location.reload();
};
}).fail(function (xhr) {
alert("Problem to retrieve browser size.");
//alert("Problem to retrieve browser size.");
});
}