You are here

function weight_range_callback in Weight 7.2

Ajax callback to set the Default Weight select options.

1 string reference to 'weight_range_callback'
weight_form_node_type_form_alter in ./weight.module
Implements hook_form_FORM_ID_alter().

File

./weight.module, line 328

Code

function weight_range_callback($form, $form_state) {
  return $form['weight_settings']['weight_default'];
}