瀏覽代碼

set async=ture when get print/exportButtons

sunyj 8 年之前
父節點
當前提交
0177fe33f9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/webapp/resources/js/preview/app.js

+ 1 - 1
src/main/webapp/resources/js/preview/app.js

@@ -123,7 +123,7 @@ $("body").keydown(function(event) {
 function showExportButtons() {
 	$.ajax({
 		type: "get",
-		async: false,
+		async: true,
 		url: "print/exportButtons",
 		success: function (exportButtons) {
 			if(exportButtons.length){