Skip to content

Commit c7b77f0

Browse files
committed
DEV: adds missing target attribute
1 parent f6fbef1 commit c7b77f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

javascripts/discourse/initializers/initialize-for-header-icon-links.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ export default {
2525
"a.icon.btn-flat",
2626
{
2727
href,
28-
title
28+
title,
29+
target
2930
},
3031
icon
3132
)

0 commit comments

Comments
 (0)