You are here

function splashify_ajax_how_desktop_mode_callback in Splashify 7

Same name and namespace in other branches
  1. 6 admin/splashify.admin.how.inc \splashify_ajax_how_desktop_mode_callback()

Ajax callback for the desktop mode dropdown.

1 string reference to 'splashify_ajax_how_desktop_mode_callback'
splashify_admin_how_form in admin/splashify.admin.how.inc
"How" settings tab.

File

admin/splashify.admin.how.inc, line 147
The admin "How" tab.

Code

function splashify_ajax_how_desktop_mode_callback($form, &$form_state) {
  return $form['desktop']['mode_value'];
}