MediaWiki:Minerva.js: diferenças entre revisões
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 55: | Linha 55: | ||
iframe.parentElement.classList.add("video-wrap"); | iframe.parentElement.classList.add("video-wrap"); | ||
}); | }); | ||
var $notifications = document.querySelector('.minerva-notifications'); | |||
if($notifications) $notifications.parentElement.removeChild($notifications); | |||