mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[fix] missing js to go to the forum
This commit is contained in:
parent
2906b3936b
commit
59d55df144
1 changed files with 3 additions and 0 deletions
|
@ -56,5 +56,8 @@ document.getElementById("goBugtracker").onclick = function() {
|
|||
document.getElementById("goDevroom").onclick = function() {
|
||||
window.location.href = "https://kiwiirc.com/client/irc.freenode.net/yunohost-dev";
|
||||
}
|
||||
document.getElementById("goForum").onclick = function() {
|
||||
window.location.href = "https://forum.yunohost.org";
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue