mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-15 11:58:44 +00:00
65c48d4eb2
Notes: * This is functional but intentionally not designed until the design has been finalized. * A feature flag is added that swaps out the limited width toggle with a settings cog * The preferences module is kept in a separate ResourceLoader module (skins.vector.clientPreferences) to make it more portable for when we eventually want to add it to Minerva as well. * Intentionally have not focused on non-jS version given we will likely revise this again in a future version/upstream to core. Bug: T345363 Change-Id: I0c793b73e0676e32f031c6168c292f63908c72e3
4 lines
85 B
JavaScript
4 lines
85 B
JavaScript
const clientPreferences = require( './clientPreferences.js' );
|
|
|
|
clientPreferences();
|