jQuery(function() {
  $(document).ready(function() {
    return $('.tutorial').show();
  });
});