]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Removed commented console.log in Reveal 9083/head
authorTobias Törnros <t.tornros@gmail.com>
Thu, 4 Aug 2016 13:12:40 +0000 (15:12 +0200)
committerTobias Törnros <t.tornros@gmail.com>
Thu, 4 Aug 2016 13:12:40 +0000 (15:12 +0200)
js/foundation.reveal.js

index 02f99c77a2ab13889adc098862c32c3a7905cd34..50f00628243204756d8954fce33096d79ec8329f 100644 (file)
@@ -238,7 +238,6 @@ class Reveal {
             'tabindex': -1
           })
           .focus();
-          // console.log('focus');
       }
       if (this.options.overlay) {
         Foundation.Motion.animateIn(this.$overlay, 'fade-in');