Auto focus URL field. see #11420
git-svn-id: https://develop.svn.wordpress.org/trunk@16390 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
76a7d50069
commit
48e057af81
@ -97,7 +97,9 @@
|
||||
$('.link-panel .wp-tab-panel').delegate('li', 'click', wpLink.selectInternalLink );
|
||||
$('.wp-tab-panel-pagelinks').delegate('a', 'click', wpLink.selectPageLink );
|
||||
$('.link-panel .link-search-field').keyup( wpLink.searchInternalLinks );
|
||||
|
||||
|
||||
active.find('input.url-field').focus();
|
||||
|
||||
// If link exists, select proper values.
|
||||
e = ed.dom.getParent(ed.selection.getNode(), 'A');
|
||||
if ( ! e )
|
||||
|
Loading…
Reference in New Issue
Block a user