mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-10-06 22:32:41 +07:00
wtv
This commit is contained in:
committed by
Yiannis Christodoulou
parent
32f61cf566
commit
e34bd55e7a
@@ -16,8 +16,10 @@
|
||||
mediaId: "{{ media_object.friendly_token }}",
|
||||
redirectURL: "{{ media_object.get_absolute_url }}",
|
||||
redirectUserMediaURL: "{{ media_object.user.get_absolute_url }}",
|
||||
chapters: "{{ chapters }}",
|
||||
chapters: {{ chapters|safe }},
|
||||
};
|
||||
|
||||
console.log(window.MEDIA_DATA.chapters)
|
||||
</script>
|
||||
{%endblock topimports %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user