Merge "Revert "Set href attribute of newly inserted image to image title""

This commit is contained in:
jenkins-bot 2014-02-20 21:37:16 +00:00 committed by Gerrit Code Review
commit 81d8fb9130

View file

@ -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,