update
This commit is contained in:
@@ -42,7 +42,9 @@ frameSocket.on('refresh', function(data){
|
||||
});
|
||||
|
||||
|
||||
$('#command_modal').on('hide.bs.modal', function (event) {
|
||||
$('#command_modal').on('hide.bs.modal', function (e) {
|
||||
//e.preventDefault(); 있으면 동작 안함.
|
||||
console.log("ff global command_modal hide.bs.modal CATCH")
|
||||
$.ajax({
|
||||
url: `/global/ajax/command_modal_hide`,
|
||||
type: 'POST',
|
||||
|
||||
Reference in New Issue
Block a user