1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-18 04:20:50 +01:00

Fix per tasto command su MAC

This commit is contained in:
Luca 2024-03-01 15:34:47 +01:00
parent 0d85aba8f6
commit 1fbb02fbaa

View File

@ -94,7 +94,7 @@ function openModal(title, href) {
* @param link * @param link
*/ */
function openLink(event, link) { function openLink(event, link) {
if (event.ctrlKey) { if (event.ctrlKey || event.metaKey) {
window.open(link); window.open(link);
} else { } else {
location.href = link; location.href = link;