QnA - Add in stub js

This commit is contained in:
Zach Copley 2011-04-04 17:31:38 -07:00
parent 92156317b6
commit 559a688e42
1 changed files with 2 additions and 1 deletions

View 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)