projects
/
libreplanet-static.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12c9272
)
open microblogging url in a new tab + better link
author
Andrew Engelbrecht
<andrew@fsf.org>
Tue, 16 Mar 2021 21:07:15 +0000
(17:07 -0400)
committer
Andrew Engelbrecht
<andrew@fsf.org>
Tue, 16 Mar 2021 21:07:29 +0000
(17:07 -0400)
2021/assets/js/stream.js
patch
|
blob
|
blame
|
history
diff --git
a/2021/assets/js/stream.js
b/2021/assets/js/stream.js
index f6a812067738db225d8385589636b7c6bc33cc16..428cb162cd60db522c69758a10087a044d2fd301 100644
(file)
--- a/
2021/assets/js/stream.js
+++ b/
2021/assets/js/stream.js
@@
-342,7
+342,7
@@
app.view = function(ctrl) {
// ]),
m("li", [
"Conference hashtag for ",
- m("a", {
href: "https://fsf.org/twitter
" }, "microblogging"),
+ m("a", {
target: "_blank", href: "https://www.fsf.org/share
" }, "microblogging"),
": ",
m("strong", "#libreplanet")
])