Skip to content

Commit

Permalink
config: add two missing skins to 'Looking for Twinkle' notice
Browse files Browse the repository at this point in the history
timeless and minerva(neue)

FWIW: cologne blue is still installed on enwiki despite not being automatically selectable
  • Loading branch information
Amorymeltzer committed Dec 22, 2019
1 parent 8942502 commit e29cdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/twinkleconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@ Twinkle.config.init = function twinkleconfigInit() {
box.appendChild(document.createTextNode(', or by editing this page.'));
$(box).insertAfter($('#contentSub'));

} else if (['monobook', 'vector', 'cologneblue', 'modern', 'common'].indexOf(scriptPageName) !== -1) {
} else if (['monobook', 'vector', 'cologneblue', 'modern', 'timeless', 'minerva', 'common'].indexOf(scriptPageName) !== -1) {
// place "Looking for Twinkle options?" notice
box.style.width = '60%';

Expand Down

0 comments on commit e29cdfb

Please sign in to comment.