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

#338 - initially focus template name input

parent a5adbe45
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,11 @@ $(document).ready(function() ...@@ -44,6 +44,11 @@ $(document).ready(function()
searchTemplates(searchText); searchTemplates(searchText);
}); });
} }
if($("#template-name").length)
{
document.getElementById('template-name').focus();
}
}); });
function createAndOpenModal(data) function createAndOpenModal(data)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment