function recipe_more_ingredients_js in Recipe 7
Ajax callback for the 'More ingredients' button.
1 string reference to 'recipe_more_ingredients_js'
- recipe_form in ./
recipe.module - Implements hook_form().
File
- ./
recipe.module, line 576 - Contains functions for Recipe node CRUD and display.
Code
function recipe_more_ingredients_js($form, $form_state) {
return $form['recipe_ingredients']['ing'];
}