@@ -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){