This commit is contained in:
Namhyeon Go 2020-07-03 19:52:20 +09:00
parent def7cff4be
commit 39404cb19d
4 changed files with 11 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 B

View File

@ -26,8 +26,9 @@ $(document).ready(function() {
}
}
},
error: function() {
console.log("잠시 후 다시 시도하여 주세요");
error: function(xhr, status, error) {
var errorMessage = xhr.status + ': ' + xhr.statusText;
alert('Error - ' + errorMessage);
}
});
@ -49,6 +50,11 @@ $(document).ready(function() {
});
}
// 닫기
$("a[href='#exit']").click(function() {
exit();
});
// 로그아웃
$("#btn_logout").click(function() {
// 토큰 파일 삭제

View File

@ -13,7 +13,7 @@ var LIB = require('lib/std');
/////////////////////////////////////////////////////////////////////////////////
var scope = {
VERSIONINFO: "File Lib (file-libs.js) version 0.1",
VERSIONINFO: "File Lib (file.js) version 0.2",
global: global,
require: global.require
};

View File

@ -1 +1 @@
quDqC95owF2LGQfTr829qDED0KukEBkL
BJmjZlEzFgdFEhyaYpNf16yukLW6Af92