mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Typo
This commit is contained in:
@@ -628,7 +628,7 @@ var List = {
|
|||||||
Helper.addClass(".current_number", "hide");
|
Helper.addClass(".current_number", "hide");
|
||||||
Helper.addClass("#playlist_loader_export", "hide");
|
Helper.addClass("#playlist_loader_export", "hide");
|
||||||
Helper.addClass(".exported-list-container", "hide");
|
Helper.addClass(".exported-list-container", "hide");
|
||||||
document.querySelector(".exported-list").insertAdjacentHTML("beforeend", "<a target='_blank' class='btn light exported-playlist exported-spotify-list' href='" result.permalink_url + "'>" + result.title + "</a>");
|
document.querySelector(".exported-list").insertAdjacentHTML("beforeend", "<a target='_blank' class='btn light exported-playlist exported-spotify-list' href='" + result.permalink_url + "'>" + result.title + "</a>");
|
||||||
List.found = [];
|
List.found = [];
|
||||||
List.not_found = [];
|
List.not_found = [];
|
||||||
}).catch(function(error) {
|
}).catch(function(error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user