projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c460d5
)
need to show scripts at end of body in RealtimePlugin
author
Evan Prodromou
<evan@status.net>
Sun, 4 Oct 2009 08:10:15 +0000
(
04:10
-0400)
committer
Evan Prodromou
<evan@status.net>
Sun, 4 Oct 2009 08:10:15 +0000
(
04:10
-0400)
plugins/Realtime/RealtimePlugin.php
patch
|
blob
|
history
diff --git
a/plugins/Realtime/RealtimePlugin.php
b/plugins/Realtime/RealtimePlugin.php
index 0f0d0f9f42309b134298220d3fc1d148e3ae2ed7..181927968648a132f2ef9754725502f3b8d4b5af 100644
(file)
--- a/
plugins/Realtime/RealtimePlugin.php
+++ b/
plugins/Realtime/RealtimePlugin.php
@@
-230,6
+230,7
@@
class RealtimePlugin extends Plugin
}
$action->showContentBlock();
+ $action->showScripts();
$action->elementEnd('body');
return false; // No default processing
}