
pg = {};

pg.results = function(reply) {
  if (!reply.errors) {
    app.hide('process');
    app.show('success');
  }
};
