Bundled output for commit 318ed04b4a [skip ci]

This commit is contained in:
Gandalf-the-Bot 2016-10-24 14:28:20 +00:00
parent a6d8e4f12e
commit c3a72d5eb2
2 changed files with 44 additions and 42 deletions

View file

@ -1117,6 +1117,7 @@ var coreRouter = function($window) {
function link(vnode2) {
vnode2.dom.setAttribute("href", prefix1 + vnode2.attrs.href)
vnode2.dom.onclick = function(e) {
if (e.ctrlKey || e.metaKey || e.shiftKey || e.which === 2) return
e.preventDefault()
e.redraw = false
var href = this.getAttribute("href")