From 559a688e4256918cb405fbf82a2bc266ea9ac35b Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Mon, 4 Apr 2011 17:31:38 -0700 Subject: [PATCH] QnA - Add in stub js --- plugins/QnA/QnAPlugin.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.5