Browse Source

Update uuid.html.twig

master
Cerys 4 weeks ago
parent
commit
d55276dbfe
  1. 2
      Templates/Pages/tune-set/uuid.html.twig

2
Templates/Pages/tune-set/uuid.html.twig

@ -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);

Loading…
Cancel
Save