diff --git a/themes/jquery/js/main.js b/themes/jquery/js/main.js index 9ad0a094..dcb5e89e 100644 --- a/themes/jquery/js/main.js +++ b/themes/jquery/js/main.js @@ -356,6 +356,10 @@ $(function() { plugin = parts[ 3 ], demo = parts[ 4 ].substring( 0, parts[ 4 ].length - 5 ); + if ( demo === "default" && plugin === "effect" ) { + demo = "effect"; + } + if ( demoList.is( "[data-full-nav]" ) ) { window.location = "/" + demo; return;