Merge branch 'tobscure-route-shift-key' into next
This commit is contained in:
commit
5003c0ac23
1 changed files with 1 additions and 2 deletions
|
|
@ -993,8 +993,7 @@ var m = (function app(window, undefined) {
|
|||
}
|
||||
function routeUnobtrusive(e) {
|
||||
e = e || event;
|
||||
|
||||
if (e.ctrlKey || e.metaKey || e.which === 2) return;
|
||||
if (e.ctrlKey || e.metaKey || e.shiftKey || e.which === 2) return;
|
||||
|
||||
if (e.preventDefault) e.preventDefault();
|
||||
else e.returnValue = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue