summaryrefslogtreecommitdiffstats
path: root/init.js
blob: fe3c30a7f4e62f5f8b464cfcfb5e7bee4c950c80 (plain) (blame)
1
2
3
4
set.onclick = () => {
  const msgid = Date.now();
  chrome.runtime.sendMessage(null, {type: "set_creds", id: msgid, payload: { oauth_consumer_key: consumer.value, oauth_secret_key: secret.value } });
}