From: Joe Workman Date: Tue, 24 May 2016 20:25:34 +0000 (-0700) Subject: Change no scroll default X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8844%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Change no scroll default I like that this feature was added. However, the default value should be the same as it was prior to this change. You dont want to break people's sites by simply updating the framework. --- diff --git a/js/foundation/foundation.reveal.js b/js/foundation/foundation.reveal.js index 2bbbee94f..509a1b1d3 100644 --- a/js/foundation/foundation.reveal.js +++ b/js/foundation/foundation.reveal.js @@ -19,7 +19,7 @@ multiple_opened : false, bg_class : 'reveal-modal-bg', root_element : 'body', - no_scroll: true, + no_scroll: false, open : function(){}, opened : function(){}, close : function(){},