MediaWiki:Mobile.js: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
console.log("Enablind mobile ads"); | console.log("Enablind mobile ads"); | ||
if (!fusetag) { | if (!fusetag) { | ||
console.log("Fuse not found"); | |||
return; | return; | ||
} | } | ||
//if (window.innerHeight >= 720) { | |||
// console.log("Registering footer ad"); | |||
// fusetag.registerZone("bg3wiki-footer-ad-fuse"); | |||
//} | |||
} | |||
} | } |
Revision as of 14:59, 8 August 2024
/* All JavaScript here will be loaded for users of the mobile site */
addEventListener('load', bg3wikiEnableAds);
function bg3wikiEnableAds() {
console.log("Enablind mobile ads");
if (!fusetag) {
console.log("Fuse not found");
return;
}
//if (window.innerHeight >= 720) {
// console.log("Registering footer ad");
// fusetag.registerZone("bg3wiki-footer-ad-fuse");
//}
}