]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/QnA/lib/qnashowanswerform.php
More work trying to understand util.js and get my ajax working right
[quix0rs-gnu-social.git] / plugins / QnA / lib / qnashowanswerform.php
index 8db00e0fcd0a878eed48727b509dd4011c518ac8..10d8f3e192f8e573f7ad51c06b067dc6bf8e2414 100644 (file)
@@ -185,6 +185,6 @@ class QnashowanswerForm extends Form
      */
     function formClass()
     {
-        return 'form_show ajax';
+        return 'form_answer_show ajax';
     }
 }