-removed console.log
This commit is contained in:
parent
43c336eb6d
commit
9b39ff93b4
|
@ -369,7 +369,6 @@ var AIRTIME = (function(AIRTIME){
|
|||
$.each($(".big_play"), function(index, value){
|
||||
if ($(value).attr('blockId') === undefined) {
|
||||
var mime = $(value).attr("data-mime-type");
|
||||
console.log($(value));
|
||||
if (isAudioSupported(mime)) {
|
||||
$(value).bind("click", openAudioPreview);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue