Skip to content

Commit

Permalink
Merge pull request olton#149 from ZachGambino-GG/develop
Browse files Browse the repository at this point in the history
Update javascript/pagecontrol.js
  • Loading branch information
vabatta committed Feb 15, 2013
2 parents 929b3dc + 2849f74 commit c4a3344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascript/pagecontrol.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
e.preventDefault();
var $a = $(this);
if (!$a.parent('li').hasClass('active')) {
$frames.hide();
$this.find(".frames .frame").hide();
$ul.find("li").removeClass("active");
var target = $($a.attr("href"));
target.show();
Expand Down Expand Up @@ -61,4 +61,4 @@
}
})
})
})(window.jQuery);
})(window.jQuery);

0 comments on commit c4a3344

Please sign in to comment.