Do not create notification links with target blank

Most links are pointing the user within the dashboard
This commit is contained in:
Johannes Zellner
2019-06-12 16:15:53 +02:00
parent d899935b56
commit 6e6846835a
+1 -1
View File
@@ -368,7 +368,7 @@ app.filter('prettyShortDate', function () {
app.filter('markdown2html', function () {
var converter = new showdown.Converter({
extensions: ['targetblank'],
extensions: [],
simplifiedAutoLink: true,
strikethrough: true,
tables: true