diff --git a/MP-MON/Views/Shared/_footer.cshtml b/MP-MON/Views/Shared/_footer.cshtml index aa276b6c..b5a9c6b8 100644 --- a/MP-MON/Views/Shared/_footer.cshtml +++ b/MP-MON/Views/Shared/_footer.cshtml @@ -7,27 +7,7 @@ var height = $(window).outerHeight(); var width = $(window).outerWidth(); - document.getElementById("windowSize").innerHTML = "w: " + height + "x" + width + " | s: " + screen.width + "x" + screen.height; - - //$.ajax({ - // url: "./windowSize.ashx", - // data: { - // 'Height': height, - // 'Width': width, - // 'PixRat': devicePixelRatio, - // 'scrWidth': screen.width, - // 'scrHeight': screen.height - // }, - // contentType: "application/json; charset=utf-8", - // dataType: "json" - //}).done(function (data) { - // if (data.isFirst) { - // window.location.reload(); - // }; - //}).fail(function (xhr) { - // //alert("Problem to retrieve browser size."); - //}); - + document.getElementById("windowSize").innerHTML = "(w) " + width + "x" + height + " | " + screen.width + "x" + screen.height + " (s)"; } $(function () { SetWidthHeight(); @@ -38,7 +18,7 @@ MP MONitor
- +
2007-@DateTime.Now.Year ©