Merge pull request #2 from EpicMorg/develop

Update bulma.js
This commit is contained in:
STAM 2018-03-23 18:36:12 +03:00 committed by GitHub
commit 65a5d6031f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
burger.classList.toggle('is-active');
menu.classList.toggle('is-active');
});
var dropdown = document.querySelector('.dropdown');
/* var dropdown = document.querySelector('.dropdown');
dropdown.addEventListener('click', function(event) {
event.stopPropagation();
dropdown.classList.toggle('is-active');
});
});*/
var hellopreloader = document.getElementById("hellopreloader_preload");
function fadeOutnojquery(el){el.style.opacity = 1;var interhellopreloader = setInterval(function(){el.style.opacity = el.style.opacity - 0.05;if (el.style.opacity <=0.05){ clearInterval(interhellopreloader);hellopreloader.style.display = "none";}},16);}window.onload = function(){setTimeout(function(){fadeOutnojquery(hellopreloader);},1000);};
})();