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:
@@ -1,3 +1,4 @@
|
|||||||
#link_page_url_input {
|
#link_page_url_input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
@@ -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
Reference in New Issue
Block a user