Created
November 23, 2014 02:19
-
-
Save chered/9ed63be2bddcdfea01a1 to your computer and use it in GitHub Desktop.
this will force IE compatibility mode to off(Compatibility mode is greyed)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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