[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-190-g86f2cba

Thomas Sibley trs at bestpractical.com
Thu Oct 21 10:57:26 EDT 2010


The branch, 3.9-trunk has been updated
       via  86f2cba262f22c8a572d47df65f40ee275194b93 (commit)
      from  2a320a6f68bf1c778737853d2b887c2d73fcd4d3 (commit)

Summary of changes:
 share/html/NoAuth/js/util.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 86f2cba262f22c8a572d47df65f40ee275194b93
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Thu Oct 21 10:57:16 2010 -0400

    Also bail out of the rich text editor for the iPad

diff --git a/share/html/NoAuth/js/util.js b/share/html/NoAuth/js/util.js
index 2f73e72..f13c9f5 100644
--- a/share/html/NoAuth/js/util.js
+++ b/share/html/NoAuth/js/util.js
@@ -248,6 +248,7 @@ function ReplaceAllTextareas(encoded) {
     var sAgent = navigator.userAgent.toLowerCase();
     if (!CKEDITOR.env.isCompatible ||
         sAgent.indexOf('iphone') != -1 ||
+        sAgent.indexOf('ipad') != -1 ||
         sAgent.indexOf('android') != -1 )
         return false;
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list