r104309 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104308‎ | r104309 | r104310 >
Date:21:29, 26 November 2011
Author:btongminh
Status:reverted
Tags:
Comment:
Remove the border when using the click handler
Modified paths:
  • /trunk/extensions/VipsScaler/modules/ext.vipsScaler/ext.vipsScaler.js (modified) (history)

Diff [purge]

Index: trunk/extensions/VipsScaler/modules/ext.vipsScaler/ext.vipsScaler.js
@@ -66,7 +66,7 @@
6767 mask.width( width );
6868 caption.html( e.children("img:eq(0)").attr("alt") );
6969 } else {
70 - mask.width( 0 );
 70+ mask.width( -3 ); // Remove the border with width 3px
7171 caption.html( e.children("img:eq(1)").attr("alt") );
7272 }
7373 });

Follow-up revisions

RevisionCommit summaryAuthorDate
r104316Revert r104309, does not work.btongminh21:57, 26 November 2011

Status & tagging log