Opened 8 years ago
Closed 7 years ago
#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 (1)
Change History (8)
comment:1 Changed 8 years ago by fredck
- Milestone changed from CKEditor 3.x to CKEditor 3.1
comment:2 Changed 8 years ago by arczi
- Keywords c added
comment:3 Changed 8 years ago by arczi
- Keywords Confirmed added; c removed
comment:4 Changed 7 years ago by tobiasz.cudnik
- Owner set to tobiasz.cudnik
- Status changed from new to assigned
Changed 7 years ago by tobiasz.cudnik
comment:5 Changed 7 years ago by tobiasz.cudnik
- Keywords Review? added
comment:6 Changed 7 years ago by garry.yao
- Keywords Review+ added; Review? removed
comment:7 Changed 7 years ago by tobiasz.cudnik
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.

Fixed with [4174].