mirror of
https://github.com/processwire/processwire.git
synced 2025-08-25 15:51:37 +02:00
Add processwire/processwire-requests#183 focus URL input field when ProcessPageEditLink opens
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#link_page_url_input {
|
||||
width: 100%;
|
||||
outline: none;
|
||||
}
|
@@ -331,5 +331,5 @@ $(document).ready(function() {
|
||||
id: 'PageEditLinkTabs'
|
||||
});
|
||||
|
||||
|
||||
$('#link_page_url_input').focus();
|
||||
});
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user