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