]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Removed extra showScript() call at the bottom of the document. 0.8.x
authorSarven Capadisli <csarven@status.net>
Thu, 12 Nov 2009 10:37:43 +0000 (10:37 +0000)
committerSarven Capadisli <csarven@status.net>
Thu, 12 Nov 2009 10:37:43 +0000 (10:37 +0000)
is using <head> for scripts whereas 0.9.x puts it before </body>. This
also fixes the duplicate posts

plugins/Realtime/RealtimePlugin.php

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