mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 23:05:35 +00:00
Merge "Revert "Set href attribute of newly inserted image to image title""
This commit is contained in:
commit
81d8fb9130
|
@ -173,8 +173,7 @@ ve.ui.MWMediaInsertDialog.prototype.teardown = function ( data ) {
|
|||
'attributes': {
|
||||
'type': 'thumb',
|
||||
'align': 'default',
|
||||
//'href': info.descriptionurl,
|
||||
'href': './' + this.item.title,
|
||||
'href': info.descriptionurl,
|
||||
'src': info.thumburl,
|
||||
'width': info.thumbwidth,
|
||||
'height': info.thumbheight,
|
||||
|
|
Loading…
Reference in a new issue