r85899 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85898‎ | r85899 | r85900 >
Date:17:34, 12 April 2011
Author:santhosh
Status:deferred
Tags:
Comment:
FIX: Reset option is not cleared when other fonts are selected
Modified paths:
  • /trunk/extensions/WebFonts/js/webfonts.js (modified) (history)

Diff [purge]

Index: trunk/extensions/WebFonts/js/webfonts.js
@@ -111,7 +111,7 @@
112112 $fontlink = $( '<input >' )
113113 .attr("type","radio")
114114 .attr("name","font")
115 - .attr("name","webfont-none")
 115+ .attr("value","webfont-none")
116116 .click( function( event ) {
117117 $.webfonts.set( 'none');
118118 });

Status & tagging log