From: Sarven Capadisli Date: Thu, 12 Nov 2009 10:37:43 +0000 (+0000) Subject: Removed extra showScript() call at the bottom of the document. 0.8.x X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3752c1fdcee53c7e609d77600591b7de78b7ce3b;p=quix0rs-gnu-social.git Removed extra showScript() call at the bottom of the document. 0.8.x is using for scripts whereas 0.9.x puts it before . This also fixes the duplicate posts --- 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 }