mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#11563 Fixed ping
This commit is contained in:
parent
7fa32854e9
commit
0d950566f7
@ -284,7 +284,7 @@ function show_response_dialog(response_id, response) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Perform a response and put the output into a div
|
// 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();
|
$("#re_exec_command" + index).hide();
|
||||||
$("#response_loading_command" + index).show();
|
$("#response_loading_command" + index).show();
|
||||||
$("#response_out" + index).html("");
|
$("#response_out" + index).html("");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user