MediaWiki:Common.js: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1,360: | Line 1,360: | ||
if (title.indexOf('/') !== -1) { | if (title.indexOf('/') !== -1) { | ||
$(' | |||
'style | $('head').append( | ||
'<style>@media only screen and (max-width:767px){#firstHeading{display:none!important;}}</style>' | |||
); | ); | ||
} | } | ||
}); | }); | ||