#3370: Use CKEDITOR.env.isCustomDomain()
-------------------------+--------------------------------------------------
Reporter: arczi | Owner:
Type: New Feature | Status: new
Priority: Normal | Milestone: CKEditor 3.x
Component: General | Version:
Keywords: |
-------------------------+--------------------------------------------------
Right now we have many times:
{{{
var isCustomDomain = CKEDITOR.env.ie && document.domain !=
window.location.hostname;
}}}
It should be replaced with just
{{{
var isCustomDomain = CKEDITOR.env.isCustomDomain();
}}}
--
Ticket URL: <http://dev.fckeditor.net/ticket/3370>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today.
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac