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 @@
67
67
mask.width( width );
68
68
caption.html( e.children("img:eq(0)").attr("alt") );
69
69
} else {
70
- mask.width( 0 );
70
+ mask.width( -3 ); // Remove the border with width 3px
71
71
caption.html( e.children("img:eq(1)").attr("alt") );
72
72
}
73
73
});
Follow-up revisions
Revision
Commit summary
Author
Date
r104316
Revert
r104309
, does not work.
btongminh
21:57, 26 November 2011
Status & tagging log
21:57, 26 November 2011
Bryan
(
talk
|
contribs
)
changed the
status
of r104309
[
removed:
new
added:
reverted]