Skip to content

Commit

Permalink
Fix for crucialfelix (upstream) github issue crucialfelix#247
Browse files Browse the repository at this point in the history
  • Loading branch information
nwp90 committed Feb 4, 2020
1 parent a877426 commit a75f7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ajax_select/static/ajax_select/js/ajax_select.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
$(window).trigger('init-autocomplete');
// When adding new rows in inline forms, reinitialize and activate newly added rows.
$(document)
.on('click', '.inline-group ul.tools a.add, .inline-group div.add-row a, .inline-group .tabular tr.add-row td a', function() {
.on('click', '._inline-group ul.tools a.add, ._inline-group div.add-row a, ._inline-group .tabular tr.add-row td a', function() {
$(window).trigger('init-autocomplete');
});
});
Expand Down

0 comments on commit a75f7e6

Please sign in to comment.