more updates
All checks were successful
Build and push container image / build-and-push-image (push) Successful in 2m59s
All checks were successful
Build and push container image / build-and-push-image (push) Successful in 2m59s
This commit is contained in:
@@ -118,7 +118,7 @@ if (document.getElementById('spotify')) {
|
||||
// load buttons
|
||||
|
||||
function loadButtons() {
|
||||
fetch('/static/content/buttons.txt').then(response => {
|
||||
fetch('/static/content/other/buttons.txt').then(response => {
|
||||
return response.text();
|
||||
}).then(data => {
|
||||
container = document.getElementById('button-collection');
|
||||
|
Reference in New Issue
Block a user