mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +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("success");
|
||||||
$("#search").removeClass("error");
|
$("#search").removeClass("error");
|
||||||
},1500);
|
},1500);
|
||||||
|
updateList();
|
||||||
}
|
}
|
||||||
|
|
||||||
// if(reply=="added"){$("#search").removeClass('success'); $("#search").addClass('success');}
|
// if(reply=="added"){$("#search").removeClass('success'); $("#search").addClass('success');}
|
||||||
|
|||||||
Reference in New Issue
Block a user