Opened 15 years ago

Closed 15 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)

3370.patch (2.9 KB) - added by Tobiasz Cudnik 15 years ago.

Download all attachments as: .zip

Change History (8)

comment:1 Changed 15 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.xCKEditor 3.1

comment:2 Changed 15 years ago by Artur Formella

Keywords: c added

comment:3 Changed 15 years ago by Artur Formella

Keywords: Confirmed added; c removed

comment:4 Changed 15 years ago by Tobiasz Cudnik

Owner: set to Tobiasz Cudnik
Status: newassigned

Changed 15 years ago by Tobiasz Cudnik

Attachment: 3370.patch added

comment:5 Changed 15 years ago by Tobiasz Cudnik

Keywords: Review? added

comment:6 Changed 15 years ago by Garry Yao

Keywords: Review+ added; Review? removed

comment:7 Changed 15 years ago by Tobiasz Cudnik

Resolution: fixed
Status: assignedclosed

Fixed with [4174].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy