mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
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)
|
paint_qrcode(text, where, 256, 256)
|
||||||
|
|
||||||
$(dialog).dialog( "open" );
|
$(dialog).dialog( "open" );
|
||||||
|
}
|
||||||
|
|
||||||
|
function openURLTagWindow(url) {
|
||||||
|
window.open(url, '','width=300, height=300, toolbar=no, location=no, directories=no, status=no, menubar=no');
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user