]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fixes #8041, #7977, #7971, #7817, #7723, #7333, #7816
authorChris Oyler <chris@zurb.com>
Fri, 5 Feb 2016 21:37:28 +0000 (13:37 -0800)
committerChris Oyler <chris@zurb.com>
Fri, 5 Feb 2016 21:37:28 +0000 (13:37 -0800)
js/foundation.reveal.js

index bba1168482b3a73b9c07cfccc3ad09af7fa5c80f..d23b74a2b26c4b072b129a62a89cef8d5ca4945c 100644 (file)
     this.isActive = false;
     this.cached = {mq: Foundation.MediaQuery.current};
     this.isiOS = iPhoneSniff();
-    console.log(this.isiOS);
 
     if(this.isiOS){ this.$element.addClass('is-ios'); }