~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/browser/media/editor.js

  • Committer: David Coles
  • Date: 2009-08-13 06:23:19 UTC
  • Revision ID: coles.david@gmail.com-20090813062319-nczwvqcr5mzoskh5
Degrade text editor to textarea in KHTML

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
     */
151
151
    using_codepress = (navigator.userAgent.match('Gecko') &&
152
152
                       !navigator.userAgent.match('WebKit') &&
 
153
                       !navigator.userAgent.match('KHTML') &&
153
154
                       !navigator.userAgent.match('Presto'))
154
155
 
155
156
    if (using_codepress)