From 3752c1fdcee53c7e609d77600591b7de78b7ce3b Mon Sep 17 00:00:00 2001
From: Sarven Capadisli <csarven@status.net>
Date: Thu, 12 Nov 2009 10:37:43 +0000
Subject: [PATCH] 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

---
 plugins/Realtime/RealtimePlugin.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/plugins/Realtime/RealtimePlugin.php b/plugins/Realtime/RealtimePlugin.php
index 1819279686..0f0d0f9f42 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
     }
-- 
2.39.5