r104972 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r104971
|
r104972
|
r104973
>
Date:
14:51, 2 December 2011
Author:
santhosh
Status:
ok
Tags:
Comment:
Added missing href attribute.
Follow up
r104842
Modified paths:
/trunk/extensions/Narayam/resources/ext.narayam.core.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Narayam/resources/ext.narayam.core.js
—
—
@@ -577,6 +577,7 @@
578
578
579
579
var $moreLink = $( '<a>' )
580
580
.text( mw.msg( 'narayam-more-imes' ) )
581
+ .prop( 'href', '#' )
581
582
.click( function() {
582
583
$('.narayam-scheme-dynamic-item').toggle( 'fast' );
583
584
if ( $('li.narayam-more-imes-link').hasClass( 'open' ) ) {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r104842
Fix the pointer behaviour in the menu items of Narayam extension.
santhosh
09:08, 1 December 2011
Status & tagging log
18:46, 3 December 2011
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r104972
[
removed:
new
added:
ok]