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
This commit is contained in:
@@ -230,7 +230,6 @@ class RealtimePlugin extends Plugin
|
||||
}
|
||||
|
||||
$action->showContentBlock();
|
||||
$action->showScripts();
|
||||
$action->elementEnd('body');
|
||||
return false; // No default processing
|
||||
}
|
||||
|
Reference in New Issue
Block a user