Merge branch 'master' of github.com:TudbuT/theforum
This commit is contained in:
commit
6bdaa03b7f
2 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@ A simple forum written in JavaScript, with no browser-side JS required
|
|||
|
||||
# Why another forum?
|
||||
This one's a bit special. It's entirely written using node.js,
|
||||
required no JS in the browser, and therefore supports browsers with
|
||||
noscript. It's also very easy to set up, so anyonr can make a
|
||||
requires no JS in the browser, and therefore supports browsers with
|
||||
noscript. It's also very easy to set up, so anyone can make a
|
||||
simple platform for friends etc.
|
||||
|
||||
All pages are server-side-rendered, similarly to how PHP works,
|
||||
|
|
|
@ -152,7 +152,7 @@
|
|||
ret += '</div>'
|
||||
}
|
||||
else if (!fake)
|
||||
ret += `<a href="/post/${id}">[Open]</a></div>`
|
||||
ret += `<a href="/post/${id}">[Open]</a> <a target="_blank" href="/post/${id}">[Open^]</a></div>`
|
||||
else
|
||||
ret += '</div>'
|
||||
ret += '</div>'
|
||||
|
|
Loading…
Add table
Reference in a new issue