Page MenuHomePhabricator

Put the JavaScript variables "skin" and "stylepath" into the html page source
Closed, ResolvedPublic

Description

Author: Wiki.Melancholie

Description:
To solve the problem described in bug 5236:

In http://en.wikipedia.org/w/index.php?title=-&action=raw&gen=js there
is var skin = 'monobook'; and var stylepath = '/skins-1.5';

Those variables are used in wikibits.js under "document.write special
stylesheet links"! Because wikibits.js is now loaded before the
generated Monobook.js (see bug 5236), the CSS stylesheets for Opera 6/
7 and KHTML are not loaded any more!

Please put those two variables (skin dependent!) into the page source
(html output); see Bug 5236 comment #6.


Version: unspecified
Severity: major
URL: http://en.wikipedia.org/w/index.php?title=-&action=raw&gen=js

Details

Reference
bz5355

Event Timeline

bzimport raised the priority of this task from to High.Nov 21 2014, 9:10 PM
bzimport added a project: MediaWiki-Parser.
bzimport set Reference to bz5355.
bzimport added a subscriber: Unknown Object (MLST).
  • Bug 5342 has been marked as a duplicate of this bug. ***