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:
parent
0d85aba8f6
commit
1fbb02fbaa
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user