Jump to content

MediaWiki:Common.js: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
 
(One intermediate revision by the same user not shown)
Line 18: Line 18:


         // Botão de Topo (Seta)
         // Botão de Topo (Seta)
         var topBtn = '<a href="#" class="footer-top-button" title="Voltar ao topo"></a>';
         var topBtn = '<a href="#" class="footer-top-button" title="Voltar ao topo">' +
            '<span class="material-symbols-outlined">arrow_upward</span></a>';
          
          
         // Teu botão atual da Atronia
         // Teu botão atual da Atronia
         var siteBtn = '<a href="#" class="footer-top-button" title="Voltar ao topo">' +
         var siteBtn = '<a href="https://atronia.eu" class="footer-button-atronia-real" target="_blank" rel="noopener">atronia.eu</a>';
            '<span class="material-symbols-outlined">arrow_upward</span></a>';
          
          
         container.innerHTML = topBtn + siteBtn;
         container.innerHTML = topBtn + siteBtn;