major update :O
This commit is contained in:
@@ -118,7 +118,7 @@ if (document.getElementById('spotify')) {
|
||||
// load buttons
|
||||
|
||||
function loadButtons() {
|
||||
fetch('/static/content/other/buttons.txt').then(response => {
|
||||
fetch('/static/content/buttons/non_link_buttons.txt').then(response => {
|
||||
return response.text();
|
||||
}).then(data => {
|
||||
container = document.getElementById('button-collection');
|
||||
|
||||
Reference in New Issue
Block a user