From: Tobias Törnros Date: Thu, 4 Aug 2016 13:12:40 +0000 (+0200) Subject: Removed commented console.log in Reveal X-Git-Tag: v6.2.4-rc1~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e029dc943f0800a61de80ecf86a2aff855798a8d;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Removed commented console.log in Reveal --- diff --git a/js/foundation.reveal.js b/js/foundation.reveal.js index 02f99c77a..50f006282 100644 --- a/js/foundation.reveal.js +++ b/js/foundation.reveal.js @@ -238,7 +238,6 @@ class Reveal { 'tabindex': -1 }) .focus(); - // console.log('focus'); } if (this.options.overlay) { Foundation.Motion.animateIn(this.$overlay, 'fade-in');