mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
Remove commented-out, now-confirmed-as-wrong wrong image insertion code
Bug: 61560 Change-Id: Id66f7a3204bae0978cc4e86d443551ce878ef8c8
This commit is contained in:
parent
1c84584d50
commit
18693e76e0
|
@ -180,7 +180,7 @@ ve.ui.MWMediaInsertDialog.prototype.teardown = function ( data ) {
|
||||||
'attributes': {
|
'attributes': {
|
||||||
'type': 'thumb',
|
'type': 'thumb',
|
||||||
'align': 'default',
|
'align': 'default',
|
||||||
// https://bugzilla.wikimedia.org/show_bug.cgi?id=61560#c4
|
// Per https://www.mediawiki.org/w/?diff=931265&oldid=prev
|
||||||
'href': './' + this.item.title,
|
'href': './' + this.item.title,
|
||||||
'src': info.thumburl,
|
'src': info.thumburl,
|
||||||
'width': thumbwidth,
|
'width': thumbwidth,
|
||||||
|
|
Loading…
Reference in a new issue