From f1f8103bacbe1c02a5ee15ec2bacc08f32eaae5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 16 Dec 2018 23:46:01 -0500 Subject: [PATCH] Format source code --- agaric/js/script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/agaric/js/script.js b/agaric/js/script.js index 93c7a3f..6bc3a49 100644 --- a/agaric/js/script.js +++ b/agaric/js/script.js @@ -6,7 +6,6 @@ $(document).ready(function(){ $(this).parent().parent().find('#navbar-menu').toggleClass('is-active'); }); - // Swap navbar colors with ScrollMagic.js var controller = new ScrollMagic.Controller(); var sections = $('section[data-headerbg]');