mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 16:20:52 +00:00
Merge "Remove obsolete comment; this functionality is now in place"
This commit is contained in:
commit
17b160b125
|
@ -60,8 +60,6 @@ ve.ui.MWLinkAnnotationInspector.prototype.getAnnotationFromFragment = function (
|
|||
} );
|
||||
} else if ( title ) {
|
||||
// Internal link
|
||||
// TODO: In the longer term we'll want to have autocompletion and existence and validity
|
||||
// checks using AJAX
|
||||
|
||||
if ( title.getNamespaceId() === 6 || title.getNamespaceId() === 14 ) {
|
||||
// File: or Category: link
|
||||
|
|
Loading…
Reference in a new issue