From: Zach Copley Date: Tue, 5 Apr 2011 00:31:38 +0000 (-0700) Subject: QnA - Add in stub js X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=559a688e4256918cb405fbf82a2bc266ea9ac35b;p=quix0rs-gnu-social.git QnA - Add in stub js --- diff --git a/plugins/QnA/QnAPlugin.php b/plugins/QnA/QnAPlugin.php index 5b6c1eb91c..38fd85e26a 100644 --- a/plugins/QnA/QnAPlugin.php +++ b/plugins/QnA/QnAPlugin.php @@ -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)