include gemerated smartblock/playlist name in success message

This commit is contained in:
r 2019-02-23 01:55:38 -06:00
parent d2167f6f2c
commit b6e554edfe
4 changed files with 13 additions and 5 deletions

View file

@ -11,7 +11,7 @@ $(document).ready(function() {
//});
//this statement tells the browser to fade out any success message after 5 seconds
setTimeout(function(){$(".success").fadeOut("slow", function(){$(this).empty()});}, 5000);
setTimeout(function(){$(".success").fadeOut("slow")}, 5000);
});
/*