Skip to content

Commit

Permalink
fixed tab-link error
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Strange committed Feb 12, 2012
1 parent 3094985 commit 511005b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/magic-slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ $.fn.magicSlider = function(settings) {
navClicks++;
alterPanelHeight(z);
moveToPanel(z + 1)
currentPanel = z + 1;
if (!settings.crossLinking) { return false }; // Don't change the URL hash unless cross-linking is specified
});
});
Expand Down

0 comments on commit 511005b

Please sign in to comment.