diff --git a/pandora_console/include/javascript/pandora.js b/pandora_console/include/javascript/pandora.js index cc59418494..298d2ecf51 100644 --- a/pandora_console/include/javascript/pandora.js +++ b/pandora_console/include/javascript/pandora.js @@ -907,4 +907,8 @@ function show_dialog_qrcode(dialog, text, where, width, height) { paint_qrcode(text, where, 256, 256) $(dialog).dialog( "open" ); +} + +function openURLTagWindow(url) { + window.open(url, '','width=300, height=300, toolbar=no, location=no, directories=no, status=no, menubar=no'); } \ No newline at end of file