Skillnad mellan versioner av "MediaWiki:Common.js"

Från Bokföringenonline
Hoppa till navigering Hoppa till sök
Rad 2: Rad 2:
 
   $('<script>')
 
   $('<script>')
 
     .attr('type', 'text/javascript')
 
     .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({});
+
     .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.38

$(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');
})