transaction.oncomplete = function()

in Frontend/connect-ccp-metric-worker.js [82:85]


  transaction.oncomplete = function(event) {
    postMessage({type: 'contactStored', contact: {contactId: record.contactId}});
    busy--;
  };