mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-36316-master' of git://github.com/danpoltawski/moodle
This commit is contained in:
commit
cf13da65e1
13 changed files with 142 additions and 73 deletions
|
@ -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';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue