[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.8-175-g87e5c15
Thomas Sibley
trs at bestpractical.com
Thu Oct 21 14:24:15 EDT 2010
The branch, 3.8-trunk has been updated
via 87e5c159689c48631623cb135b6d7383310edf24 (commit)
from 5e90c854bb5f752137fa2973c3044330eaf41bd0 (commit)
Summary of changes:
share/html/Elements/HeaderJavascript | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 87e5c159689c48631623cb135b6d7383310edf24
Author: Thomas Sibley <trs at bestpractical.com>
Date: Thu Oct 21 14:23:50 2010 -0400
Also bail out of the rich text editor for the iPad
diff --git a/share/html/Elements/HeaderJavascript b/share/html/Elements/HeaderJavascript
index c1a3d26..604f5c5 100644
--- a/share/html/Elements/HeaderJavascript
+++ b/share/html/Elements/HeaderJavascript
@@ -72,6 +72,7 @@ $onload => undef
var sAgent = navigator.userAgent.toLowerCase();
if (!FCKeditor_IsCompatibleBrowser() ||
sAgent.indexOf('iphone') != -1 ||
+ sAgent.indexOf('ipad') != -1 ||
sAgent.indexOf('android') != -1 )
return false;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list