QnA - Better ajax response when making a new answer. Still not right. Needs to use threading.

This commit is contained in:
Zach Copley
2011-04-05 00:27:51 -07:00
parent 6c0bb0f35b
commit 5267f3d649
2 changed files with 28 additions and 4 deletions

View File

@@ -125,9 +125,7 @@ class QnashowanswerForm extends Form
'answer-' . $this->answer->id
);
// $this->out->raw($this->answer->asHTML());
$this->out->raw($this->answer->asHTML());
}
/**