1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-28 08:59:52 +02:00

Add processwire/processwire-requests#183 focus URL input field when ProcessPageEditLink opens

This commit is contained in:
Ryan Cramer
2018-04-26 08:32:42 -04:00
parent 2cc69a1f0b
commit e53e4b4bd0
3 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
#link_page_url_input { #link_page_url_input {
width: 100%; width: 100%;
outline: none;
} }

View File

@@ -331,5 +331,5 @@ $(document).ready(function() {
id: 'PageEditLinkTabs' id: 'PageEditLinkTabs'
}); });
$('#link_page_url_input').focus();
}); });

File diff suppressed because one or more lines are too long