https 도메인 접속시 로그인 페이지 이동 오동작 수정
This commit is contained in:
@@ -149,7 +149,7 @@ jQuery.showModalDialog = function(options) { $().showModalDialog(options); };
|
||||
var originalError = options.error;
|
||||
options.error = function(xhr, status, error) {
|
||||
if(xhr.status === 401) {
|
||||
var location = getContextName() + '/';
|
||||
var location = getContextName();
|
||||
comloadError(xhr, status, error, location);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user