Parcourir la source

set async=ture when get print/exportButtons

sunyj il y a 8 ans
Parent
commit
0177fe33f9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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){