misc: trigger combo:cell-loaded with correct param (#15556)

This commit is contained in:
Frédéric Péters 2017-03-22 16:26:26 +01:00
parent b52a6efd0f
commit eea9968a25
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ function combo_load_cell(elem) {
} else { } else {
$elem.find('> div').html(data); $elem.find('> div').html(data);
} }
$(document).trigger('combo:cell-loaded', parent); $(document).trigger('combo:cell-loaded', $elem);
}, },
error: function(error) { error: function(error) {
$elem.find('.loading').addClass('error-loading'); $elem.find('.loading').addClass('error-loading');