diff --git a/pandora_console/index.php b/pandora_console/index.php index c933aadeb4..3a5409aa16 100755 --- a/pandora_console/index.php +++ b/pandora_console/index.php @@ -1509,12 +1509,10 @@ require 'include/php_to_js_values.php'; // There are one issue with the file that you trying to catch. Show a dialog with message. $(document).ready(function() { - $('body').append('
'); - $("#modalAlert").dialog ({ - title: '', - resizable: false, - draggable: false, - width: 450 + confirmDialog({ + title: "", + message: "", + hideCancelButton: true, }); });