Loading jquery_update.install +3 −1 Changes for jquery_update.install: 3 added lines, 1 removed line. Original line number Diff line number Diff line Loading @@ -76,7 +76,9 @@ function jquery_update_requirements($phase) { ); } $theme_key = variable_get($theme, FALSE); if (!$theme_key = variable_get($theme, FALSE)) { $theme_key = $default_theme; } $theme_name = $themes[$theme_key]->info['name']; $requirements['jquery_update_' . $theme] = array( Loading Loading
jquery_update.install +3 −1 Changes for jquery_update.install: 3 added lines, 1 removed line. Original line number Diff line number Diff line Loading @@ -76,7 +76,9 @@ function jquery_update_requirements($phase) { ); } $theme_key = variable_get($theme, FALSE); if (!$theme_key = variable_get($theme, FALSE)) { $theme_key = $default_theme; } $theme_name = $themes[$theme_key]->info['name']; $requirements['jquery_update_' . $theme] = array( Loading