Revision 20220c4d
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
js/requirement_spec.js | ||
---|---|---|
218 | 218 |
}; |
219 | 219 |
|
220 | 220 |
ns.disable_add_function_block_command = function(key, opt) { |
221 |
if (ns.find_item_id(opt.$trigger)) |
|
222 |
return false; |
|
223 |
return opt.$trigger.attr('id') != "section-list-empty"; |
|
221 |
return opt.$trigger.attr('id') == "sections"; |
|
224 | 222 |
}; |
225 | 223 |
|
226 | 224 |
ns.cancel_edit_item_form = function(form_id_base, options) { |
Auch abrufbar als: Unified diff
Pflichtenheftitems: AJAX-Calls für erweitertes Menü gefixt