Removed debug code.
This commit is contained in:
parent
b2b7fa4854
commit
14bf180837
|
@ -1510,7 +1510,6 @@ function initCore() {
|
|||
$app.addClass('app-loading');
|
||||
} else {
|
||||
// On middle click or on first button click with ctrl key or meta key hold
|
||||
console.log(event.which);
|
||||
if(event.which === 2 || (event.which === 1 && (event.ctrlKey || event.metaKey))) {
|
||||
// Close navigation when opening app in
|
||||
// a new tab
|
||||
|
|
Loading…
Reference in New Issue