Revert "Make query job result AJAX call async to speed up UI performance"

This reverts commit ce5d85a239fa96bc46dede8ef81194959ce16162.
This commit is contained in:
bfederle 2012-01-24 15:56:52 -08:00
parent 2a08eaa957
commit a62f77a3a8
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ var pollAsyncJobResult = function(args) {
$.ajax({
url: createURL("queryAsyncJobResult&jobId=" + args._custom.jobId),
dataType: "json",
async: true,
async: false,
success: function(json) {
var result = json.queryasyncjobresultresponse;
if (result.jobstatus == 0) {