MediaWiki:Common.js: mudanças entre as edições

De Letropédia
Sem resumo de edição
Sem resumo de edição
Linha 1: Linha 1:
$(function () {
$(function () {
   var iframe = $('<iframe>', {
   var iframe = $('<iframe>', {
     src: 'https://letrasmais.net.br/letrodromo/bar.php',
     src: 'https://letrasmais.net.br/letrodromo/bar.php' });
    id: 'top-bar',
    width: '100%',
    frameborder: '0',
    scrolling: 'no',
    style: 'position: fixed; top: 0; left: 0; z-index: 9999; border: none; background: transparent;'
  });


   $('body').prepend(iframe);
   $('body').prepend(iframe);
   
   
});
});

Edição das 02h18min de 31 de julho de 2025

$(function () {
  var iframe = $('<iframe>', {
    src: 'https://letrasmais.net.br/letrodromo/bar.php' });

  $('body').prepend(iframe);
 
});