mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
MDL-29785 enable TinyMCE on iOS 5 devices
This commit is contained in:
parent
9ef8d17ab2
commit
626509d478
@ -46,6 +46,9 @@ class tinymce_texteditor extends texteditor {
|
||||
if (check_browser_version('Opera', 9)) {
|
||||
return true;
|
||||
}
|
||||
if (check_browser_version('Safari iOS', 534)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user