Merge branch 'MDL-36316-master' of git://github.com/danpoltawski/moodle

This commit is contained in:
Sam Hemelryk 2013-09-16 13:13:41 +12:00
commit cf13da65e1
13 changed files with 142 additions and 73 deletions

View file

@ -164,7 +164,7 @@ $THEME->javascripts_footer = array(
'moodlebootstrap',
);
if (core_useragent::check_ie_version() && !core_useragent::check_ie_version('9.0')) {
if (core_useragent::is_ie() && !core_useragent::check_ie_version('9.0')) {
$THEME->javascripts[] = 'html5shiv';
}