Skip to content

Commit

Permalink
config: add two missing skins to 'Looking for Twinkle' notice (#787)
Browse files Browse the repository at this point in the history
config: add two missing skins to 'Looking for Twinkle' notice
  • Loading branch information
Amorymeltzer committed Jan 6, 2020
2 parents d190e74 + e29cdfb commit 698a6ed
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 @@ -1249,7 +1249,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 698a6ed

Please sign in to comment.