Migrating to workers, renaming service
This commit is contained in:
parent
850584ff36
commit
a6cd5f4266
29 changed files with 5542 additions and 611 deletions
|
@ -1,4 +1,4 @@
|
|||
const apiUrl = 'https://match.audio';
|
||||
const apiUrl = 'https://combine.fm';
|
||||
|
||||
function contextClick(e) {
|
||||
console.log(e);
|
||||
|
@ -29,7 +29,7 @@ window.addEventListener('click', contextClick);
|
|||
// const li = document.createElement('li');
|
||||
// ul.appendChild(li);
|
||||
// const a = document.createElement('a');
|
||||
// a.innerText = 'Open in Match Audio'
|
||||
// a.innerText = 'Open in Combine.fm'
|
||||
// a.href = apiUrl;
|
||||
// a.target = '_blank';
|
||||
// a.addEventListener('click', (e) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue