diff --git a/webpack/js/app.js b/webpack/js/app.js index 76170fe0..586fbb06 100644 --- a/webpack/js/app.js +++ b/webpack/js/app.js @@ -16,15 +16,6 @@ function selectText(text) { } } -function initBadges() { - let badges = $(".badges li").hide(); - if (badges.length > 0) { - window.setTimeout(function () { - badges.fadeIn(500); - }, 1500); - } -} - function initDownloadButton() { const buttons = $(".download-btn"); if (buttons.length <= 0) { @@ -125,7 +116,6 @@ function hideThingsForWindows() { } $(function () { - initBadges(); initDownloadButton(); initInstallRow(); initGoogleSearch();