mediawiki.js: Add missing bug number reference
authorBartosz Dziewoński <matma.rex@gmail.com>
Sat, 15 Feb 2014 16:11:07 +0000 (17:11 +0100)
committerOri.livneh <ori@wikimedia.org>
Sat, 15 Feb 2014 19:09:39 +0000 (19:09 +0000)
Should have been added in 67d400e7.

Change-Id: Ide6d060fe2d32c463d84057a289ab1feab576310

resources/mediawiki/mediawiki.js

index d282a56..c8eafbe 100644 (file)
@@ -1708,7 +1708,7 @@ var mw = ( function ( $, undefined ) {
                                                        if ( type === 'text/css' ) {
                                                                // IE7-8 throws security warnings when inserting a <link> tag
                                                                // with a protocol-relative URL set though attributes (instead of
-                                                               // properties) - when on HTTPS. See also bug #.
+                                                               // properties) - when on HTTPS. See also bug 41331.
                                                                l = document.createElement( 'link' );
                                                                l.rel = 'stylesheet';
                                                                l.href = modules;