Sync completed!
Oops! You have an error in your sync process: {{error}}
function callback(x) {
  log('received "' + x + '"');
}

function request() {
    $.get('request', callback);
}

request();