Ticket #3370 (closed New Feature: fixed)
Use CKEDITOR.env.isCustomDomain()
| Reported by: | arczi | Owned by: | tobiasz.cudnik |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.1 |
| Component: | General | Version: | |
| Keywords: | Confirmed Review+ | Cc: |
Description
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();
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
