projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be49cf6
)
quick fix for IE10 issue w/fckeditor, RT#22014
author
Ivan Kohler
<ivan@freeside.biz>
Wed, 20 Mar 2013 00:44:02 +0000
(17:44 -0700)
committer
Ivan Kohler
<ivan@freeside.biz>
Wed, 20 Mar 2013 00:44:02 +0000
(17:44 -0700)
httemplate/elements/fckeditor/fckeditor.js
patch
|
blob
|
history
diff --git
a/httemplate/elements/fckeditor/fckeditor.js
b/httemplate/elements/fckeditor/fckeditor.js
index
8e0126b
..
eb7d339
100644
(file)
--- a/
httemplate/elements/fckeditor/fckeditor.js
+++ b/
httemplate/elements/fckeditor/fckeditor.js
@@
-304,7
+304,7
@@
function FCKeditor_IsCompatibleBrowser()
// Internet Explorer 5.5+
\r
if ( /*@cc_on!@*/false && sAgent.indexOf("mac") == -1 )
\r
{
\r
- var sBrowserVersion = navigator.appVersion.match(/MSIE (
.\..
)/)[1] ;
\r
+ var sBrowserVersion = navigator.appVersion.match(/MSIE (
[\d.]+
)/)[1] ;
\r
return ( sBrowserVersion >= 5.5 ) ;
\r
}
\r
\r