Podcast player embedded obv links in tekst
This commit is contained in:
6
public/css/style.css
vendored
6
public/css/style.css
vendored
@@ -1649,4 +1649,10 @@ a, a:hover, a:active {
|
||||
}
|
||||
}
|
||||
|
||||
.podcast-player .content {
|
||||
border: solid 1px #333;
|
||||
border-radius: 5px;
|
||||
padding: 0.4rem;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=style.css.map */
|
||||
|
||||
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