Skip to content
Snippets Groups Projects
Commit 980973b3 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed #530 - Add focus to search field on template search view

parent 402ed01a
No related branches found
No related tags found
No related merge requests found
Pipeline #3633 passed
......@@ -58,6 +58,11 @@ $(document).ready(function()
{
handleIncludeAccountCheckbox('include-transfer-account', 'transaction-transfer-account')
}
if($("#searchTemplate").length)
{
document.getElementById('searchTemplate').focus();
}
});
function handleIncludeAccountCheckbox(checkboxID, selectID)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment