Changes

269 bytes added ,  12:20, 19 August 2025
no edit summary
Line 1: Line 1:  
/* Any JavaScript here will be loaded for users using the mobile site */
 
/* Any JavaScript here will be loaded for users using the mobile site */
 
mw.loader.using('mobile.site.styles');
 
mw.loader.using('mobile.site.styles');
 +
 +
/* Load an image header for every mobile page load. We can use siteNotice for this: */
 +
document.getElementById('siteNotice').innerHTML = '<div style="padding: 10px;"><a href="https://www.kidzsearch.com"><img src="/w/siteImages/mwiki.png"></a></div>';
 +
 +
/* Other JS: */