Added the function "openURLTagWindow"
This commit is contained in:
parent
7da6763197
commit
4cbc91d24e
|
@ -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');
|
||||
}
|
Loading…
Reference in New Issue