Bundled output for commit 318ed04b4a [skip ci]
This commit is contained in:
parent
a6d8e4f12e
commit
c3a72d5eb2
2 changed files with 44 additions and 42 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue