mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-26 07:44:02 +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
|
||||
*/
|
||||
function openLink(event, link) {
|
||||
if (event.ctrlKey) {
|
||||
if (event.ctrlKey || event.metaKey) {
|
||||
window.open(link);
|
||||
} else {
|
||||
location.href = link;
|
||||
|
Loading…
Reference in New Issue
Block a user