Skip to content

Commit

Permalink
(js) Improve CAS handling
Browse files Browse the repository at this point in the history
  • Loading branch information
cgx committed Jan 24, 2019
1 parent 1a56549 commit 3565022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/WebServerResources/js/Common/Common.app.js
Expand Up @@ -322,9 +322,9 @@
var $http = $injector.get('$http');
$http(rejection.config).then(deferred.resolve, deferred.reject);
iframe.remove();
$window.attempted = true;
});
document.body.appendChild(iframe[0]);
$window.attempted = true;
return deferred.promise;
}
}
Expand Down

0 comments on commit 3565022

Please sign in to comment.