MediaWiki:Common.js: Unterschied zwischen den Versionen
Aus Prepaid-Wiki
Zur Navigation springenZur Suche springen
imported>Admin Keine Bearbeitungszusammenfassung |
imported>Admin Keine Bearbeitungszusammenfassung |
||
Zeile 3: | Zeile 3: | ||
$("#toc").wrap("<div id=\"outer-toc\" class=\"outer-toc\"></div>"); | $("#toc").wrap("<div id=\"outer-toc\" class=\"outer-toc\"></div>"); | ||
$("#toc").after("<div id=\"image-banner\">< | $("#toc").after("<div id=\"image-banner\"><iframe src="https://www.prepaid-wiki.de/wiki/htmlets/Adscale1.html" width="600px" height="600px" frameborder="0" scrolling="no"></iframe></div>'); | ||
Version vom 4. November 2017, 10:52 Uhr
$( document ).ready(function() { $("#toc").wrap("<div id=\"outer-toc\" class=\"outer-toc\"></div>"); $("#toc").after("<div id=\"image-banner\"><iframe src="https://www.prepaid-wiki.de/wiki/htmlets/Adscale1.html" width="600px" height="600px" frameborder="0" scrolling="no"></iframe></div>'); if( navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPad/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i) || navigator.userAgent.match(/IEMobile/i) ) { $(".outer-toc #image-banner").hide(); $(".outer-toc #image-banner").remove(); } });