focus newly added input in receive
This commit is contained in:
parent
853e8ba9d2
commit
9cb9bf6c1a
1 changed files with 2 additions and 0 deletions
|
@ -11,4 +11,6 @@ $('div.container-fluid').prepend(
|
|||
|
||||
$('.ordered-articles tbody').append(article_for_adding);
|
||||
updateSort('.ordered-articles');
|
||||
|
||||
$('#order_articles_<%= @order_article.id %>_units_received').focus();
|
||||
})();
|
||||
|
|
Loading…
Reference in a new issue