fix receive js for document updates [ci skip]
This commit is contained in:
parent
b331d9a2a9
commit
5a7c9b817c
1 changed files with 2 additions and 2 deletions
|
@ -29,14 +29,14 @@
|
||||||
update_delta(this);
|
update_delta(this);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$(document).on('click', '#order_articles .unlocker', unlock_receive_input_field);
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
$('input[data-units-expected]').each(function() {
|
$('input[data-units-expected]').each(function() {
|
||||||
update_delta(this);
|
update_delta(this);
|
||||||
});
|
});
|
||||||
|
|
||||||
init_add_article('#add_article');
|
init_add_article('#add_article');
|
||||||
|
|
||||||
$('.unlocker', '#order_articles tbody').on('click', unlock_receive_input_field);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
function init_add_article(sel) {
|
function init_add_article(sel) {
|
||||||
|
|
Loading…
Reference in a new issue