메시지 : 화면 표출되도록 딜레이 줌
This commit is contained in:
parent
a0ec0695a5
commit
f868cdf9c1
@ -53,7 +53,9 @@
|
|||||||
|
|
||||||
// 메시지 표출
|
// 메시지 표출
|
||||||
if(!fn_isEmpty('${message}')) {
|
if(!fn_isEmpty('${message}')) {
|
||||||
alert("${message}");
|
setTimeout(function() {
|
||||||
|
alert("${message}");
|
||||||
|
}, 1000); // 화면 표출되도록 딜레이 줌
|
||||||
}
|
}
|
||||||
|
|
||||||
}); // document ready
|
}); // document ready
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user