diff --git a/modules/ve/ui/inspectors/ve.ui.LinkInspector.js b/modules/ve/ui/inspectors/ve.ui.LinkInspector.js index 16292f0512..1c6a721f85 100644 --- a/modules/ve/ui/inspectors/ve.ui.LinkInspector.js +++ b/modules/ve/ui/inspectors/ve.ui.LinkInspector.js @@ -84,7 +84,9 @@ ve.ui.LinkInspector.prototype.getFirstLinkAnnotation = function ( annotations ) // Use the first one with a recognized type (there should only be one, this is just in case) if ( annotations[hash].type === 'link/WikiLink' || - annotations[hash].type === 'link/ExtLink' + annotations[hash].type === 'link/ExtLink' || + annotations[hash].type === 'link/ExtLink/Numbered' || + annotations[hash].type === 'link/ExtLink/URL' ) { return annotations[hash]; }