Opened 17 years ago
Closed 16 years ago
#3370 closed New Feature (fixed)
Use CKEDITOR.env.isCustomDomain()
| Reported by: | Artur Formella | 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 16 years ago by
| Milestone: | CKEditor 3.x → CKEditor 3.1 |
|---|
comment:2 Changed 16 years ago by
| Keywords: | c added |
|---|
comment:3 Changed 16 years ago by
| Keywords: | Confirmed added; c removed |
|---|
comment:4 Changed 16 years ago by
| Owner: | set to Tobiasz Cudnik |
|---|---|
| Status: | new → assigned |
Changed 16 years ago by
| Attachment: | 3370.patch added |
|---|
comment:5 Changed 16 years ago by
| Keywords: | Review? added |
|---|
comment:6 Changed 16 years ago by
| Keywords: | Review+ added; Review? removed |
|---|
comment:7 Changed 16 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |

Fixed with [4174].