style: remove my head!

This commit is contained in:
Mahdi Dibaiee
2016-08-11 22:45:05 +04:30
parent ab7ec3dfaf
commit 12671ca350
2 changed files with 0 additions and 242 deletions

View File

@ -23,7 +23,5 @@
channel.addEventListener('message', message => {
alert('Got a message from the other tab:\n' + message.data);
document.querySelector('header').classList.add('channel');
});
</script>