mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
opens comments links in _blank 🙊
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
9c3ac19b33
commit
770c744e45
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
|||
}
|
||||
|
||||
var linkText = url.replace(self.protocolRegex, '');
|
||||
return '<a class="external" href="' + url + '">' + linkText + '</a>';
|
||||
return '<a class="external" target="_blank" href="' + url + '">' + linkText + '</a>';
|
||||
});
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue