10.04.2020, 12:34
Use Custom Javascript with Jquery for that. I Think something like the script below will do the magic for you.
$(function() {
$(".usermode").find(".link").on('click touchstart', function() {
--do something
});
});
$(function() {
$(".usermode").find(".link").on('click touchstart', function() {
--do something
});
});