From d36aeb9679045ef381e87e9853dcf5a8bef0c8bd Mon Sep 17 00:00:00 2001 From: Joe Workman Date: Tue, 24 May 2016 13:25:34 -0700 Subject: [PATCH] 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. --- js/foundation/foundation.reveal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(){}, -- 2.47.2