Main Page: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary Tag: 2017 source edit |
mNo edit summary Tag: 2017 source edit |
||
Line 3: | Line 3: | ||
<script> | <script> | ||
$(function() { | $(function() { | ||
var skinPreference = mw.user.options.get('skinPreference'); | |||
if (skinPreference) { | |||
var url = mw.util.getUrl('Main_Page', { skin: skinPreference }); | |||
window.location.href = url; | |||
} | |||
}); | }); | ||
</script> | </script> |