r107069 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r107068
|
r107069
|
r107070
>
Date:
15:12, 22 December 2011
Author:
hashar
Status:
reverted
Tags:
Comment:
wrap linecomment js initializer in a ready() block
follow up
r95435
Modified paths:
/trunk/extensions/CodeReview/ui/CodeRevisionView.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/CodeReview/ui/CodeRevisionView.php
—
—
@@ -208,7 +208,7 @@
209
209
if( $wgCodeReviewInlineComments ) {
210
210
$wgOut->addModules( 'ext.codereview.linecomment' );
211
211
$wgOut->addInlineScript(
212
- "CodeReview.lcInit( $encRev );"
212
+ "$(document).ready( CodeReview.lcInit( $encRev ) );"
213
213
);
214
214
}
215
215
Follow-up revisions
Revision
Commit summary
Author
Date
r108350
Reverting inline commenting from CodeReview...
johnduhart
06:55, 8 January 2012
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r95435
add inline comments to the diff output...
hashar
19:53, 24 August 2011
Status & tagging log
08:37, 18 January 2012
Siebrand
(
talk
|
contribs
)
changed the
tags
for r107069
[
removed:
codereview]
06:56, 8 January 2012
Johnduhart
(
talk
|
contribs
)
changed the
status
of r107069
[
removed:
ok
added:
reverted]
14:01, 23 December 2011
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r107069
[
removed:
new
added:
ok]
03:11, 23 December 2011
RobLa-WMF
(
talk
|
contribs
)
changed the
tags
for r107069
[
added:
codereview]