diff --git a/www/assets/js/ui.js b/www/assets/js/ui.js index 5fe67adf..e021ce0f 100644 --- a/www/assets/js/ui.js +++ b/www/assets/js/ui.js @@ -337,30 +337,6 @@ $(window).resize(function() { $("#ytapiplayer").attr("height", VHEIGHT); }); -/* first time */ -if(USEROPTS.first_visit) { - var al = makeAlert("Playlist Options", [ - "From the Options menu, you can choose to automatically", - " hide the buttons on each entry (and show them when", - " you right click). You can also choose to use the old", - " style of playlist buttons.", - "
"].join("")) - .addClass("span12") - .insertBefore($("#queue")); - - al.find(".close").remove(); - - $("