|
|
@ -64,7 +64,7 @@ |
|
|
|
document.addEventListener("DOMContentLoaded", function () { |
|
|
|
function populateABC(targetTuneID) |
|
|
|
{ |
|
|
|
API_GET_TEXT("/V1/GetABCFile.php?tune-variant-id=" + targetTuneID) |
|
|
|
API_GET_TEXT("/V1/GetABCFile.php?tune-id=" + targetTuneID) |
|
|
|
.then(payload => { |
|
|
|
// Ensure required DOM elements exist |
|
|
|
const notationContainer = document.getElementById("NotationContainer--" + targetTuneID); |
|
|
|