look mom, i'm breaking the page!

This commit is contained in:
Timm 2015-04-18 21:18:24 +02:00
parent 7983127772
commit 639ea1f60d
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@
function resize() {
var element = document.getElementById('demo-canvas');
if(element.style.display != 'none') {
if(element.style.display == 'none') {
animateHeader = false;
} else {
animateHeader = true;