Revision 978a5f2f
Von Tamino Steinert vor 10 Tagen hinzugefügt
- ID 978a5f2fa0fc595a6c7e9369cd12f1a1488eed9d
- Vorgänger ea15eb77
js/kivi.VariantProperty.js | ||
---|---|---|
29 | 29 |
$.post('controller.pl', data, kivi.eval_json_result); |
30 | 30 |
}; |
31 | 31 |
|
32 |
ns.delete_variant_property_value = function() { |
|
33 |
var data = $('#variant_property_value_form').serializeArray(); |
|
34 |
data.push({ name: 'action', value: 'VariantProperty/delete_variant_property_value' }); |
|
35 |
$.post('controller.pl', data, kivi.eval_json_result); |
|
36 |
}; |
|
37 |
|
|
32 | 38 |
ns.add_variant_property_value = function() { |
33 | 39 |
var data = $('#variant_property_value_list_form').serializeArray(); |
34 | 40 |
data.push({ name: 'action', value: 'VariantProperty/add_variant_property_value' }); |
Auch abrufbar als: Unified diff
Varianten: Ausprägung löschen