forked from GNUsocial/gnu-social
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:
parent
c28b9ce31a
commit
3752c1fdce
@ -230,7 +230,6 @@ class RealtimePlugin extends Plugin
|
|||||||
}
|
}
|
||||||
|
|
||||||
$action->showContentBlock();
|
$action->showContentBlock();
|
||||||
$action->showScripts();
|
|
||||||
$action->elementEnd('body');
|
$action->elementEnd('body');
|
||||||
return false; // No default processing
|
return false; // No default processing
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user