Hi everyone ! (Thanks gideon ^_^)
Javascript error occurs at first answer (Screen is not updated). I checked also by Demo Site.
Error source: qa-content/qa-page.js (L39)
I corrected to the lower code.
function qa_set_inner_html(elem, type, html) { /* replace CMSBOX [start] */ /* elem.innerHTML=html; */ if (elem) elem.innerHTML=html; /* replace CMSBOX [end] */ }
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.