mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
fix lightbox initialization
This commit is contained in:
@@ -33,6 +33,6 @@
|
||||
"postinstall": "./node_modules/.bin/gulp install;"
|
||||
},
|
||||
"dependencies": {
|
||||
"phraseanet-production-client": "~0.7.0"
|
||||
"phraseanet-production-client": "~0.7.1"
|
||||
}
|
||||
}
|
||||
|
@@ -176,6 +176,8 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
<div id="dialog_dwnl" title="{{ 'action : exporter' | trans }}" style="display:none;"></div>
|
||||
{% endblock %}
|
||||
{% block bodyJavascript %}
|
||||
<script type="text/javascript">
|
||||
{% if basket.getValidation() %}
|
||||
var lightboxApp = lightboxApplication.bootstrap({
|
||||
|
Reference in New Issue
Block a user