Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ef8d17
)
MDL-29785 enable TinyMCE on iOS 5 devices
author
Petr Skoda
<commits@skodak.org>
Sun, 16 Oct 2011 15:37:12 +0000
(17:37 +0200)
committer
Petr Skoda
<commits@skodak.org>
Sun, 16 Oct 2011 15:37:12 +0000
(17:37 +0200)
lib/editor/tinymce/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/editor/tinymce/lib.php
b/lib/editor/tinymce/lib.php
index
473251e
..
c3c68d8
100644
(file)
--- a/
lib/editor/tinymce/lib.php
+++ b/
lib/editor/tinymce/lib.php
@@
-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;
}