]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/QnA/lib/qnashowquestionform.php
More work trying to understand util.js and get my ajax working right
[quix0rs-gnu-social.git] / plugins / QnA / lib / qnashowquestionform.php
index f11b0e36fa13950fe8521556be3cef1b1a188eda..9ef7a9e4c9b7a81d8336b24bd537b5cb675eb7b4 100644 (file)
@@ -165,6 +165,6 @@ class QnashowquestionForm extends Form
      */
     function formClass()
     {
-        return 'form_close ajax';
+        return 'form_question_show ajax';
     }
 }