Podcast player embedded obv links in tekst
This commit is contained in:
8
public/js/main.js
vendored
8
public/js/main.js
vendored
@@ -1 +1,7 @@
|
||||
|
||||
$(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