Podcasts en lees meer... toegevoegd aan nieuwsartikelen

This commit is contained in:
NH Gooi
2024-06-23 23:18:38 +02:00
parent 52f38b4c00
commit 2799b1843f
4 changed files with 154 additions and 151 deletions

7
public/js/main.js vendored
View File

@@ -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);
});
});