diff --git a/core/js/js.js b/core/js/js.js index 777efe64d3..c1b93a85e3 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -1062,6 +1062,11 @@ function initCore() { if(!$app.is('a')) { $app = $app.closest('a'); } + + // trigger redirect + // needed for ie, but also works for every browser + window.location = $app.href + if(event.which === 1 && !event.ctrlKey && !event.metaKey && $app.parent('#more-apps').length === 0) { $app.find('svg').remove(); $app.find('div').remove(); // prevent odd double-clicks