From 880cc5783a5c4e3aac921df9c87a30c318baebe6 Mon Sep 17 00:00:00 2001 From: "Aaron N. Brock" Date: Fri, 2 Oct 2020 18:55:14 -0400 Subject: [PATCH] remove commented code --- assets/js/script.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/assets/js/script.js b/assets/js/script.js index 1ed7035..13a52af 100644 --- a/assets/js/script.js +++ b/assets/js/script.js @@ -158,19 +158,6 @@ $(document).ready(function () { }); // Modal Popup - // $(".popup-button").magnificPopup({ - // type: "iframe", - // iframe: { - // patterns: { - // youtube: { - // index: "youtube.com/", - // id: "v=", - // src: "//www.youtube.com/embed/tgbNymZ7vqY", - // }, - // }, - // }, - // }); - $('.popup-button').magnificPopup({ disableOn: 700, type: 'iframe',