Fix relative links in kanban
This commit is contained in:
parent
7cd3701f26
commit
77894b5336
@ -421,7 +421,8 @@
|
||||
e.preventDefault();
|
||||
var a = e.target;
|
||||
if (!a.href) { return; }
|
||||
self.options.openLink(a.href);
|
||||
var href = a.getAttribute('href');
|
||||
self.options.openLink(href);
|
||||
});
|
||||
nodeBody.onclick = function (e) {
|
||||
e.preventDefault();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user