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) {
         $('#firstHeading').attr(
 
             'style',
         $('head').append(
            'display:none !important'
             '<style>@media only screen and (max-width:767px){#firstHeading{display:none!important;}}</style>'
         );
         );
     }
     }


});
});