You are here

function merci_choice_js in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.2

Same name and namespace in other branches
  1. 6.2 includes/menu.inc \merci_choice_js()
  2. 6 merci.module \merci_choice_js()
2 string references to 'merci_choice_js'
merci_form in ./merci.module
Implementation of hook_form().
merci_form_alter in ./merci.module
Implementation of hook_form_alter().

File

./merci.module, line 427
MERCI - Managed Equipment Reservation Checkout and Inventory

Code

function merci_choice_js($form, $form_state) {
  return $form['choice_wrapper'];
}