From bd95651d61dc6d81f6c1ca8fd78f79d1ce378426 Mon Sep 17 00:00:00 2001 From: SuperBFG7 Date: Tue, 9 Mar 2021 13:03:04 +0100 Subject: [PATCH] removed two obsolete lines --- htdocs/js/mpd.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/js/mpd.js b/htdocs/js/mpd.js index 7924061..984c3f8 100644 --- a/htdocs/js/mpd.js +++ b/htdocs/js/mpd.js @@ -80,11 +80,9 @@ var app = $.sammy(function() { if (browsepath) { $('#filter').append(''); var add_all_songs = $('#add-all-songs'); - add_all_songs.off(); // remove previous binds add_all_songs.on('click', function() { socket.send('MPD_API_ADD_TRACK,'+browsepath); }); - add_all_songs.show(); } $('#panel-heading').text("Browse database: "+browsepath);