function seven_preprocess_install_page

Implements hook_preprocess_install_page().

File

drupal/core/themes/seven/seven.theme, line 146
Functions to support theming in the Seven theme.

Code

function seven_preprocess_install_page(&$variables) {
  drupal_add_js(drupal_get_path('theme', 'seven') . '/js/mobile.install.js');
}