r108071 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r108070
|
r108071
|
r108072
>
Date:
19:14, 4 January 2012
Author:
krinkle
Status:
ok
Tags:
Comment:
[mediawiki.debug] add implied semi-colon
* poke
r107610
Modified paths:
/trunk/phase3/resources/mediawiki/mediawiki.debug.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/resources/mediawiki/mediawiki.debug.js
—
—
@@ -63,7 +63,7 @@
64
64
}
65
65
}
66
66
67
- $( this ).addClass( 'current ')
67
+ $( this ).addClass( 'current ');
68
68
$( '.mw-debug-panelink' ).not( this ).removeClass( 'current ');
69
69
70
70
// Hide the current pane
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r107610
[mediawiki.debug] highlight current pane and styling...
krinkle
01:08, 30 December 2011
Status & tagging log
00:51, 18 January 2012
Siebrand
(
talk
|
contribs
)
changed the
tags
for r108071
[
removed:
core]
06:43, 5 January 2012
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r108071
[
removed:
new
added:
ok]
05:47, 5 January 2012
RobLa-WMF
(
talk
|
contribs
)
changed the
tags
for r108071
[
added:
core]