Skip to content
Prev Previous commit
Next Next commit
undo
  • Loading branch information
ashg1910 committed Apr 1, 2015
commit e005c74733303ee24237be24508286f8682f0d8c
4 changes: 0 additions & 4 deletions themes/jquery/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,6 @@ $(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 === "default" ? plugin : demo) + "/";
return;
Expand Down