Skillnad mellan versioner av "MediaWiki:Common.js"

Från Bokföringenonline
Hoppa till navigering Hoppa till sök
Rad 1: Rad 1:
(function() {
 
 
 
$(function () {
 
$(function () {
 
   $('<script>')
 
   $('<script>')
Rad 6: Rad 4:
 
     .text('<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><!-- Nya Bokforingen Leader Board --><ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-2333248265120709"data-ad-slot="7190926995"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({});
 
     .text('<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><!-- Nya Bokforingen Leader Board --><ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-2333248265120709"data-ad-slot="7190926995"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({});
 
</script>').appendTo('#adsensead');
 
</script>').appendTo('#adsensead');
})
 
 
 
 
 
})
 
})

Versionen från 30 januari 2016 kl. 21.36

$(function () {
  $('<script>')
    .attr('type', 'text/javascript')
    .text('<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><!-- Nya Bokforingen Leader Board --><ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-2333248265120709"data-ad-slot="7190926995"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({});
</script>').appendTo('#adsensead');
})