This commit is contained in:
Daniel Maya 2023-06-14 14:28:21 +02:00
parent 7fa32854e9
commit 0d950566f7
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ function show_response_dialog(response_id, response) {
}
// Perform a response and put the output into a div
function perform_response(response, response_id, index) {
function perform_response(response, response_id, index = "") {
$("#re_exec_command" + index).hide();
$("#response_loading_command" + index).show();
$("#response_out" + index).html("");