Advertisement
Guest User

Untitled

a guest
Mar 5th, 2011
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. Index: CodeReview/ui/CodeRevisionView.php
  2. ===================================================================
  3. --- CodeReview/ui/CodeRevisionView.php (revision 82315)
  4. +++ CodeReview/ui/CodeRevisionView.php (working copy)
  5. @@ -171,9 +171,9 @@
  6.  
  7. if ( $this->mReplyTarget ) {
  8. $id = intval( $this->mReplyTarget );
  9. - $html .= Html::inlineScript(
  10. + $wgOut->addInlineScript(
  11. "addOnloadHook(function(){document.getElementById('wpReplyTo$id').focus();});"
  12. - ) . "\n";
  13. + );
  14. }
  15.  
  16. if ( $this->canPostComments() ) {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement