1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 17:59:21 +02:00

Syntax update

Table filters are displayed on link click
This commit is contained in:
SUTJael 2014-02-02 17:11:45 +01:00
parent 339acb2931
commit 017c164f62
20 changed files with 142 additions and 119 deletions

View file

@ -18,6 +18,17 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
/***********/
/* Filters */
/***********/
function showFilters(element) {
var link = $('.browse-options-link');
link.hide();
var content = $('.browse-options-content');
content.show();
}
/************************************************************/
/* Dialog selection to add song to an existing/new playlist */
/************************************************************/