Skip to content

Commit

Permalink
chore(footer): Remove commented-out, unused script
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Dec 4, 2018
1 parent 3512d7b commit 6ff4aef
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,6 @@
})
});
}
// var mapPopups = document.querySelectorAll('.map-popup')
// if(mapPopups.length) {
// ready(function() {
// $('.map-popup').magnificPopup({
// delegate: 'a',
// type:'iframe',
// disableOn: 720,
// iframe: {
// patterns: {
// gmaps: {
// index: 'google.com/maps',
// src: 'https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d11789.547215682222!2d-71.1170215!3d42.3769058!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89e3774164253f4d%3A0x4139366065ac28ee!2sMusic+Building!5e0!3m2!1sen!2sus!4v1410030676671'
// }
// }
// }
// });
// });
// }
</script>

<?php wp_footer(); ?>
Expand Down

0 comments on commit 6ff4aef

Please sign in to comment.