Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'MDL-36316-master' of git://github.com/danpoltawski/moodle
[moodle.git]
/
theme
/
bootstrapbase
/
config.php
diff --git
a/theme/bootstrapbase/config.php
b/theme/bootstrapbase/config.php
index
6a3bd9a
..
4ca1d83
100644
(file)
--- a/
theme/bootstrapbase/config.php
+++ b/
theme/bootstrapbase/config.php
@@
-164,7
+164,7
@@
$THEME->javascripts_footer = array(
'moodlebootstrap',
);
'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';
}
$THEME->javascripts[] = 'html5shiv';
}