JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.0.1
[ckeditor.git] / _source / plugins / dialogui / plugin.js
index d8b423d..6fa2360 100644 (file)
@@ -597,7 +597,7 @@ CKEDITOR.plugins.add( 'dialogui' );
                                        _.frameId = CKEDITOR.tools.getNextNumber() + '_fileInput';\r
 \r
                                        // Support for custom document.domain in IE.\r
-                                       var isCustomDomain = CKEDITOR.env.ie && document.domain != window.location.hostname;\r
+                                       var isCustomDomain = CKEDITOR.env.isCustomDomain();\r
 \r
                                        var html = [\r
                                                '<iframe' +\r