fix js x windows size
This commit is contained in:
@@ -6,7 +6,7 @@ function SetWidthHeight() {
|
||||
var height = $(window).height();
|
||||
var width = $(window).width();
|
||||
$.ajax({
|
||||
url: "../windowSize.ashx",
|
||||
url: "./windowSize.ashx",
|
||||
data: {
|
||||
'Height': height,
|
||||
'Width': width
|
||||
|
||||
Reference in New Issue
Block a user