]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blobdiff - sources/core/env.js
Update to 4.7.3
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / core / env.js
index 43b608aa444e45a8ddbbab622594ff1825bc766c..cbf089c97d600775bb8dbd074efebfb17e4b649a 100644 (file)
@@ -136,7 +136,7 @@ if ( !CKEDITOR.env ) {
                                var domain = document.domain,
                                        hostname = window.location.hostname;
 
-                               return domain != hostname && domain != ( '[' + hostname + ']' ); // IPv6 IP support (#5434)
+                               return domain != hostname && domain != ( '[' + hostname + ']' ); // IPv6 IP support (http://dev.ckeditor.com/ticket/5434)
                        },
 
                        /**