mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
fix error from href="javascript:void()" by ignoring it
This commit is contained in:
parent
a6ee8eda1b
commit
6254eb61fd
@ -112,7 +112,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
args.unshift(matches[1]);
|
args.unshift(matches[1]);
|
||||||
et2_call.apply(this, args);
|
if (matches[1] !== 'void') et2_call.apply(this, args);
|
||||||
return false; // IE11 seems to require this, ev.stopPropagation() does NOT stop link from being executed
|
return false; // IE11 seems to require this, ev.stopPropagation() does NOT stop link from being executed
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user