onepiecejs / nodejs-cantas

Cantas is a real-time collaborative web application. Official repository
Other
202 stars 134 forks source link

Help button in not url #86

Open tkdchen opened 9 years ago

tkdchen commented 9 years ago

It is not possible to open "Help" in new tab/window because it is not a link but Javascript-like button.

BZ#1056514

tkdchen commented 9 years ago

It's easy to replace onclick with href to /help, but we have to see whether any side effects would be introduced.