Do not create notification links with target blank
Most links are pointing the user within the dashboard
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user