MDL-40931 theme_bootstrapbase: fixed missing ! when including html5shiv
This commit is contained in:
@@ -167,7 +167,7 @@ $THEME->javascripts_footer = array(
|
||||
'moodlebootstrap',
|
||||
);
|
||||
|
||||
if (core_useragent::check_ie_version() && core_useragent::check_ie_version('9.0')) {
|
||||
if (core_useragent::check_ie_version() && !core_useragent::check_ie_version('9.0')) {
|
||||
$THEME->javascripts[] = 'html5shiv';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user