r112889 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r112888
|
r112889
|
r112890
>
Date:
13:28, 2 March 2012
Author:
jdlrobson
Status:
resolved
Tags:
Comment:
amendment to
r112886
incorrect code checked in. apologies.
the class should be added when section elements are
returned.
Modified paths:
/trunk/extensions/MobileFrontend/javascripts/application.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/MobileFrontend/javascripts/application.js
—
—
@@ -24,6 +24,7 @@
25
25
}
26
26
if(!sectionHeadings) {
27
27
sectionHeadings = [];
28
+ } else {
28
29
utilities( document.body ).addClass( 'togglingEnabled' );
29
30
}
30
31
for( i = 0; i < sectionHeadings.length; i++ ) {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r112886
make sure toggling is enabled...
jdlrobson
13:16, 2 March 2012
Status & tagging log
19:06, 6 March 2012
Preilly
(
talk
|
contribs
)
changed the
status
of r112889
[
removed:
new
added:
resolved]