update
This commit is contained in:
@@ -146,6 +146,13 @@ function globalSendCommand(command, arg1, arg2, arg3, modal_title, callback) {
|
||||
});
|
||||
}
|
||||
|
||||
function shutdown_confirm() {
|
||||
$("#confirm_title").html("종료 확인");
|
||||
$("#confirm_body").html("종료 하시겠습니까?");
|
||||
$('#confirm_button').attr('onclick', 'window.location.href = "/system/shutdown";');
|
||||
$("#confirm_modal").modal();
|
||||
}
|
||||
|
||||
|
||||
///////////////////////////////////////
|
||||
// 파일 선택 모달
|
||||
|
||||
@@ -166,12 +166,7 @@ function global_relay_test(remote) {
|
||||
|
||||
|
||||
|
||||
function shutdown_confirm() {
|
||||
document.getElementById("confirm_title").innerHTML = "종료 확인";
|
||||
document.getElementById("confirm_body").innerHTML = "종료 하시겠습니까?";
|
||||
$('#confirm_button').attr('onclick', 'window.location.href = "/system/shutdown";');
|
||||
$("#confirm_modal").modal();
|
||||
}
|
||||
|
||||
|
||||
$("#video_modal").on('hidden.bs.modal', function () {
|
||||
document.getElementById("video_modal_video").pause();
|
||||
|
||||
Reference in New Issue
Block a user