]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
QnA - Add in stub js
authorZach Copley <zach@status.net>
Tue, 5 Apr 2011 00:31:38 +0000 (17:31 -0700)
committerZach Copley <zach@status.net>
Tue, 5 Apr 2011 00:31:38 +0000 (17:31 -0700)
plugins/QnA/QnAPlugin.php

index 5b6c1eb91c4d4f8241f48dbaa684352511257379..38fd85e26a1f7e41a91838a0830095ed53763371 100644 (file)
@@ -496,7 +496,8 @@ class QnAPlugin extends MicroAppPlugin
 
     function onEndShowScripts($action)
     {
-        // XXX maybe some cool shiz here
+        $action->script($this->path('js/qna.js'));
+        return true;
     }
 
     function onEndShowStyles($action)