mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PHRAS-1115 - fix lightbox mobile events handling
This commit is contained in:
@@ -5,8 +5,17 @@
|
||||
{% block javascript %}
|
||||
<script type="text/javascript" src="/assets/production/commons{% if not app.debug %}.min{% endif %}.js"></script>
|
||||
<script type="text/javascript" src="/assets/production/lightbox-mobile{% if not app.debug %}.min{% endif %}.js"></script>
|
||||
{% endblock %}
|
||||
<script type="text/javascript">
|
||||
|
||||
|
||||
var lightboxApp = lightboxMobileApplication.bootstrap({
|
||||
lang: '{{ app.locale }}',
|
||||
baseUrl: '{{ app['request'].getUriForPath('/') }}',
|
||||
basePath: '{{ app.request.basePath|e('js') }}',
|
||||
releasable: false
|
||||
});
|
||||
</script>
|
||||
{% endblock %}
|
||||
{% block stylesheet %}
|
||||
<link type="text/css" rel="stylesheet" href="/assets/lightbox/css/lightbox-mobile{% if not app.debug %}.min{% endif %}.css" />
|
||||
|
||||
|
@@ -5,6 +5,16 @@
|
||||
{% block javascript %}
|
||||
<script type="text/javascript" src="/assets/production/commons{% if not app.debug %}.min{% endif %}.js"></script>
|
||||
<script type="text/javascript" src="/assets/production/lightbox-mobile{% if not app.debug %}.min{% endif %}.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
|
||||
var lightboxApp = lightboxMobileApplication.bootstrap({
|
||||
lang: '{{ app.locale }}',
|
||||
baseUrl: '{{ app['request'].getUriForPath('/') }}',
|
||||
basePath: '{{ app.request.basePath|e('js') }}',
|
||||
releasable: false
|
||||
});
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
||||
{% block stylesheet %}
|
||||
|
Reference in New Issue
Block a user