Skip to content

Instantly share code, notes, and snippets.

@chered
Created November 23, 2014 02:19
Show Gist options
  • Save chered/9ed63be2bddcdfea01a1 to your computer and use it in GitHub Desktop.
Save chered/9ed63be2bddcdfea01a1 to your computer and use it in GitHub Desktop.
this will force IE compatibility mode to off(Compatibility mode is greyed)
function your_theme_name_preprocess_html(&$vars) {
//force ie compatibility off
drupal_add_http_header('X-UA-Compatible', 'IE=edge,chrome=1');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment