summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-11-12 10:37:43 +0000
committerSarven Capadisli <csarven@status.net>2009-11-12 10:37:43 +0000
commit3752c1fdcee53c7e609d77600591b7de78b7ce3b (patch)
treec31aeb6d241bb61f430d3f1c817f50126754f368
parentc28b9ce31a0d20d3ee1907f6ab3aa197175b7411 (diff)
Removed extra showScript() call at the bottom of the document. 0.8.x
is using <head> for scripts whereas 0.9.x puts it before </body>. This also fixes the duplicate posts
-rw-r--r--plugins/Realtime/RealtimePlugin.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Realtime/RealtimePlugin.php b/plugins/Realtime/RealtimePlugin.php
index 181927968..0f0d0f9f4 100644
--- a/plugins/Realtime/RealtimePlugin.php
+++ b/plugins/Realtime/RealtimePlugin.php
@@ -230,7 +230,6 @@ class RealtimePlugin extends Plugin
}
$action->showContentBlock();
- $action->showScripts();
$action->elementEnd('body');
return false; // No default processing
}