/******/ (function() { // webpackBootstrap var __webpack_exports__ = {}; /*!************************************************!*\ !*** ./resources/js/pages/ico-landing.init.js ***! \************************************************/ /* Template Name: Skote - Admin & Dashboard Template Author: Themesbrand Website: https://themesbrand.com/ Contact: themesbrand@gmail.com File: ico landing Init Js File */ // Sticky nav $(window).scroll(function () { var scroll = $(window).scrollTop(); if (scroll >= 50) { $(".sticky").addClass("nav-sticky"); } else { $(".sticky").removeClass("nav-sticky"); } }); // Countdown $('[data-countdown]').each(function () { var $this = $(this), finalDate = $(this).data('countdown'); $this.countdown(finalDate, function (event) { $(this).html(event.strftime('' + '