Index: skins/common/wikibits.js =================================================================== --- skins/common/wikibits.js (revision 61021) +++ skins/common/wikibits.js (working copy) @@ -102,9 +102,7 @@ } // special stylesheet links -if ( typeof stylepath != 'undefined' && typeof skin != 'undefined' ) { - // FIXME: This tries to load the stylesheets even for skins where they - // don't exist, i.e., everything but Monobook. +if ( skin == 'chick' || skin == 'monobook' ) { if ( opera6_bugs ) { importStylesheetURI( stylepath + '/' + skin + '/Opera6Fixes.css' ); } else if ( opera7_bugs ) {