We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b8ae61 commit 98fdc83Copy full SHA for 98fdc83
core/js/js.js
@@ -1063,9 +1063,6 @@ function initCore() {
1063
$app = $app.closest('a');
1064
}
1065
1066
- // trigger redirect
1067
- // needed for ie, but also works for every browser
1068
- window.location = $app.href
1069
1070
if(event.which === 1 && !event.ctrlKey && !event.metaKey && $app.parent('#more-apps').length === 0) {
1071
$app.find('svg').remove();
@@ -1075,6 +1072,9 @@ function initCore() {
1075
1072
? 'icon-loading-small'
1076
1073
: 'icon-loading-small-dark'
1077
1074
));
+ // trigger redirect
+ // needed for ie, but also works for every browser
+ window.location = $app.href
1078
} else {
1079
// Close navigation when opening app in
1080
// a new tab
0 commit comments