aboutsummaryrefslogtreecommitdiff
// Generated by CoffeeScript 1.8.0
$(function() {
  console.log("Starting transform");
  $('#login_out').text('Sign out').attr('href', '/logout').removeClass('modalize');
  return console.log("Transformed to sign out I hope");
});