@@ -177,7 +177,7 @@ function loadData() {
+ "&flush=true";
$.ajax({
type : "get",
- async : false,
+ async : true,
url : loadPdfDataUrl,
success : function(path) {
document.title = getParameter("reportName");