Page MenuHomePhabricator

altcssfix.diff

Authored By
bzimport
Nov 21 2014, 10:15 PM
Size
610 B
Referenced Files
None
Subscribers
None

altcssfix.diff

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 ) {

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4562
Default Alt Text
altcssfix.diff (610 B)

Event Timeline