]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
need to show scripts at end of body in RealtimePlugin
authorEvan Prodromou <evan@status.net>
Sun, 4 Oct 2009 08:10:15 +0000 (04:10 -0400)
committerEvan Prodromou <evan@status.net>
Sun, 4 Oct 2009 08:10:15 +0000 (04:10 -0400)
plugins/Realtime/RealtimePlugin.php

index 0f0d0f9f42309b134298220d3fc1d148e3ae2ed7..181927968648a132f2ef9754725502f3b8d4b5af 100644 (file)
@@ -230,6 +230,7 @@ class RealtimePlugin extends Plugin
         }
 
         $action->showContentBlock();
+        $action->showScripts();
         $action->elementEnd('body');
         return false; // No default processing
     }