mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Enabled importing again
This commit is contained in:
@@ -1046,7 +1046,7 @@ function addDynamicListeners() {
|
|||||||
document.querySelector("#import_soundcloud").focus();
|
document.querySelector("#import_soundcloud").focus();
|
||||||
});
|
});
|
||||||
|
|
||||||
/*addListener("submit", "#listImportSoundCloud", function(event) {
|
addListener("submit", "#listImportSoundCloud", function(event) {
|
||||||
this.preventDefault();
|
this.preventDefault();
|
||||||
Helper.removeClass(".playlist_loader_soundcloud", "hide");
|
Helper.removeClass(".playlist_loader_soundcloud", "hide");
|
||||||
Helper.addClass("#listImportSoundCloud", "hide");
|
Helper.addClass("#listImportSoundCloud", "hide");
|
||||||
@@ -1115,7 +1115,7 @@ function addDynamicListeners() {
|
|||||||
toast("If the list is private, you have to add the secret code at the end");
|
toast("If the list is private, you have to add the secret code at the end");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});*/
|
});
|
||||||
|
|
||||||
addListener("submit", "#listImportSpotify", function(event){
|
addListener("submit", "#listImportSpotify", function(event){
|
||||||
this.preventDefault();
|
this.preventDefault();
|
||||||
|
|||||||
Reference in New Issue
Block a user