For MediaWiki (recent comments | status changes | tags | authors | states | release notes | statistics)
Index: trunk/extensions/AjaxShowEditors/Hooks.php =================================================================== --- trunk/extensions/AjaxShowEditors/Hooks.php (revision 26484) +++ trunk/extensions/AjaxShowEditors/Hooks.php (revision 26485) @@ -33,6 +33,7 @@ ), __METHOD__ ); + return true; } // Only when editing a page @@ -69,5 +70,6 @@ . '<p id="ajax-se-editors">'. wfMsg('ajax-se-pending') . '</p>' . '</div>' ); + return true; }