1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Added page to manually scrobble

This commit is contained in:
Krateng
2019-05-14 12:50:31 +02:00
parent 9b8e7c65f1
commit 8b0904e589
3 changed files with 230 additions and 0 deletions

View File

@@ -42,3 +42,7 @@ function checkAPIkey() {
apikeycorrect = false
}
}
function APIkey() {
return document.getElementById("apikey").value;
}