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 @@
578578
579579 var $moreLink = $( '<a>' )
580580 .text( mw.msg( 'narayam-more-imes' ) )
 581+ .prop( 'href', '#' )
581582 .click( function() {
582583 $('.narayam-scheme-dynamic-item').toggle( 'fast' );
583584 if ( $('li.narayam-more-imes-link').hasClass( 'open' ) ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r104842Fix the pointer behaviour in the menu items of Narayam extension.santhosh09:08, 1 December 2011

Status & tagging log