mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-04 02:09:23 +02:00
Add Podcast feature
This commit is contained in:
parent
58fa76fe3d
commit
baaceca250
43 changed files with 2857 additions and 111 deletions
|
@ -320,7 +320,7 @@ http://www.consulenza-web.com/2012/01/mediatable-jquery-plugin/
|
|||
$.fn.mediaTable = function() {
|
||||
|
||||
var cfg = false;
|
||||
var hasMenu = !$(this).hasClass('disablegv');
|
||||
var hasMenu = (!$(this).hasClass('disablegv') && ($(this).attr('data-objecttype') !== undefined));
|
||||
|
||||
// Default configuration block
|
||||
if ( !arguments.length || $.isPlainObject(arguments[0]) ) cfg = $.extend({},{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue