Skip to content

Instantly share code, notes, and snippets.

@sandsu
Created March 8, 2013 17:14
Show Gist options
  • Save sandsu/5118087 to your computer and use it in GitHub Desktop.
Save sandsu/5118087 to your computer and use it in GitHub Desktop.
<<<<<<< HEAD
comments = {
toggler: $(".player-comments-toggler"),
toggleable: $(".player-comments-container")
};
avaliation = {
toggler: $(".player-avaliations-toggler"),
toggleable: $(".player-sidebar")
}
comments.object = new Olheiros.Toggler(
comments.toggler,
comments.toggleable,
false,
{show: function(){
avaliation.object.toggling(false);
$("body").animate({ scrollTop: 500 });
}}
=======
new Olheiros.Toggler(
$(".player-comments-toggler"),
$(".player-comments-container")
>>>>>>> login erro alert
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment