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:
parent
339acb2931
commit
017c164f62
20 changed files with 142 additions and 119 deletions
|
@ -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 */
|
||||
/************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue