forked from devsam/core
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c528baed8e |
@@ -56,7 +56,7 @@ $(function () {
|
||||
$userFrame.css('box-shadow', '0px 0px 7px 3px rgba(255,255,255,50)');
|
||||
$userFrame.hide();
|
||||
|
||||
const 국가테이블 = $('table:gt(0):lt(-2)');
|
||||
const 국가테이블 = $('table:gt(0):lt(-1)');
|
||||
|
||||
const getUserType = function (통: number, 무: number, 지: number): UserType {
|
||||
//const 총 = 통 + 무 + 지;
|
||||
@@ -291,4 +291,4 @@ $(function () {
|
||||
|
||||
|
||||
$frame.append($btn);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user