need to show scripts at end of body in RealtimePlugin

This commit is contained in:
Evan Prodromou 2009-10-04 04:10:15 -04:00
parent 9c460d591e
commit 091e7b908b
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ class RealtimePlugin extends Plugin
}
$action->showContentBlock();
$action->showScripts();
$action->elementEnd('body');
return false; // No default processing
}