mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
List update on adding song
List is now updating on adding a song, so the user can see that the song he requested is added "at once"
This commit is contained in:
@@ -95,6 +95,7 @@ $(document).ready(function()
|
||||
$("#search").removeClass("success");
|
||||
$("#search").removeClass("error");
|
||||
},1500);
|
||||
updateList();
|
||||
}
|
||||
|
||||
// if(reply=="added"){$("#search").removeClass('success'); $("#search").addClass('success');}
|
||||
|
||||
Reference in New Issue
Block a user