Subversion Repositories SmartDukaan

Rev

Rev 27927 | Rev 28051 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27927 Rev 27928
Line 83... Line 83...
83
			var height = window.innerHeight - dialogRect.height;
83
			var height = window.innerHeight - dialogRect.height;
84
			var width = window.innerWidth - dialogRect.width;
84
			var width = window.innerWidth - dialogRect.width;
85
			var left = Math.floor(Math.random() * width) - dialogRect.left
85
			var left = Math.floor(Math.random() * width) - dialogRect.left
86
			var top = Math.floor(Math.random() * height) - dialogRect.top
86
			var top = Math.floor(Math.random() * height) - dialogRect.top
87
			$(dialogEl).css("left", left).css("top", top);
87
			$(dialogEl).css("left", left).css("top", top);
88
		});*/
88
		});
89
	}
89
	}*/
90
}
90
}
91
$(document).ajaxStart(ajaxStartHandler);
91
$(document).ajaxStart(ajaxStartHandler);
92
 
92
 
93
function doAjaxRequestWithParamsHandler(urlString, httpType, params,
93
function doAjaxRequestWithParamsHandler(urlString, httpType, params,
94
	callback_function) {
94
	callback_function) {