Podcasts en lees meer... toegevoegd aan nieuwsartikelen
This commit is contained in:
7
public/js/main.js
vendored
7
public/js/main.js
vendored
@@ -1,7 +0,0 @@
|
||||
$(function() {
|
||||
$('.podcast-player').each(function() {
|
||||
var id = $(this).data('id');
|
||||
var auth = $(this).data('auth');
|
||||
$(this).load('/luister/fragment/inline/' + id + '?auth=' + auth);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user