Explorar o código

fix(slides): enable menu by default

George Cushen %!s(int64=4) %!d(string=hai) anos
pai
achega
cbf15cd470
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      wowchemy/assets/js/wowchemy-slides.js

+ 1 - 1
wowchemy/assets/js/wowchemy-slides.js

@@ -50,7 +50,7 @@ if (typeof params.slides.reveal_options !== 'undefined') {
 pluginOptions = keysToCamelCase(pluginOptions);
 
 //enable menu by default if not set
-if (typeof pluginOptions.menu_enabled !== 'undefined') {
+if (typeof pluginOptions.menu_enabled === 'undefined') {
   pluginOptions.menu_enabled = true;
 }