You are here

function splashify_ajax_when_mobile_callback in Splashify 6

Same name and namespace in other branches
  1. 7 admin/splashify.admin.when.inc \splashify_ajax_when_mobile_callback()

Ajax callback for the "enable mobile" checkbox.

1 string reference to 'splashify_ajax_when_mobile_callback'
splashify_admin_when_form in admin/splashify.admin.when.inc
"When" settings tab.

File

admin/splashify.admin.when.inc, line 121
The admin "When" tab.

Code

function splashify_ajax_when_mobile_callback($form, &$form_state) {
  return $form['mobile']['options'];
}