From 6138260cdbebe40bd078643ce7a20416a5ac0ece Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 28 Mar 2016 19:43:55 -0400 Subject: merge --- public/assets/js/app.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'public/assets/js/app.js') diff --git a/public/assets/js/app.js b/public/assets/js/app.js index a58854c..d4c2b03 100644 --- a/public/assets/js/app.js +++ b/public/assets/js/app.js @@ -50,12 +50,12 @@ $('.top').flickity({ pageDots: false, wrapAround: true, arrowShape: { - x0: 10, - x1: 35, y1: 25, - x2: 40, y2: 25, - x3: 15 + x0: 10, + x1: 35, y1: 25, + x2: 40, y2: 25, + x3: 15 } -}); +}) $('.index').click( function(){ $('body').toggleClass('navopen'); @@ -82,4 +82,4 @@ $(window).resize(function() { $('.top').flickity('resize'); $('body').removeClass('resizing'); }, 400); -}); \ No newline at end of file +}) \ No newline at end of file -- cgit v1.2.3-70-g09d2