Revision 922f961c
Von G. Richardson vor etwa 6 Jahren hinzugefügt
- ID 922f961cb091c49dbc02693faf50382ceb9cd5a2
- Vorgänger 1d1f3140
js/kivi.PriceRule.js | ||
---|---|---|
62 | 62 |
ns.add_new_row($('#price_rules_empty_item_select').val()); |
63 | 63 |
}); |
64 | 64 |
$('#price_rule_items').on('click', 'a.price_rule_remove_line', function(){ |
65 |
$(this).closest('div').remove();
|
|
65 |
$(this).closest('tr').remove(); // tr instead of div
|
|
66 | 66 |
}) |
67 | 67 |
$('#price_rule_price_type_help').click(ns.open_price_type_help_popup); |
68 | 68 |
$('#price_rule_filter_type').change(ns.on_change_filter_type); |
Auch abrufbar als: Unified diff
Änderungen HP Design