Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tandraschko committed Sep 18, 2017
1 parent d045b5f commit 8c76327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/resources/primefaces/core/core.js
Expand Up @@ -383,7 +383,7 @@
success: callback,
dataType: "script",
cache: true,
async: false
async: true
});
},

Expand Down Expand Up @@ -435,7 +435,7 @@
el.focus();
}
},

monitorDownload: function(start, complete, monitorKey) {
if(this.cookiesEnabled()) {
if(start) {
Expand Down

0 comments on commit 8c76327

Please sign in to comment.