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