Skip to content

Instantly share code, notes, and snippets.

@mehdimehdi
Created October 5, 2011 01:48
Show Gist options
  • Save mehdimehdi/1263413 to your computer and use it in GitHub Desktop.
Save mehdimehdi/1263413 to your computer and use it in GitHub Desktop.
Show earning map only for for authenticated users
$(document).ready(function(){
var show_pt_earning_map = function() {
$('.pt_earning_map').show();
};
PT.events.bind("authenticated",show_pt_earning_map);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment