Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F4999
altcssfix.diff
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
•
bzimport
Nov 21 2014, 10:15 PM
2014-11-21 22:15:10 (UTC+0)
Size
610 B
Referenced Files
None
Subscribers
None
altcssfix.diff
View Options
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
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4562
Default Alt Text
altcssfix.diff (610 B)
Attached To
Mode
T16717: wikibits includes nonexistent stylesheet(s)
Attached
Detach File
Event Timeline
Log In to Comment