From 169635a432e5c7b87a84fcf9cf6f054d424a40ee Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 27 Nov 2016 20:54:30 +0000 Subject: [PATCH] remove duplicate files --- static/src/js/creative.js | 37 ------------------------------------- static/src/js/index.js | 6 ------ 2 files changed, 43 deletions(-) delete mode 100644 static/src/js/creative.js delete mode 100644 static/src/js/index.js diff --git a/static/src/js/creative.js b/static/src/js/creative.js deleted file mode 100644 index da1676c..0000000 --- a/static/src/js/creative.js +++ /dev/null @@ -1,37 +0,0 @@ -/*! - * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com) - * Code licensed under the Apache License v2.0. - * For details, see http://www.apache.org/licenses/LICENSE-2.0. - */ - -// jQuery for page scrolling feature - requires jQuery Easing plugin -$('a.page-scroll').bind('click', function(event) { - const anchor = $(this); - $('html, body').stop().animate( - { - scrollTop: ($(anchor.attr('href')).offset().top - 50) - }, - 1250, - 'easeInOutExpo' - ); - event.preventDefault(); -}); - -// Highlight the top nav as scrolling occurs -$('body').scrollspy({ - target: '.navbar-fixed-top', - offset: 51 -}); - -// Closes the Responsive Menu on Menu Item Click -$('.navbar-collapse ul li a').click(function() { - $('.navbar-toggle:visible').click(); -}); - - -// Offset for Main Navigation -$('#main-nav').affix({ - offset: { - top: 50 - } -}); diff --git a/static/src/js/index.js b/static/src/js/index.js deleted file mode 100644 index 43b0721..0000000 --- a/static/src/js/index.js +++ /dev/null @@ -1,6 +0,0 @@ -import 'jquery.easing'; -import './creative'; - -import WOW from 'wow.js'; - -new WOW().init();