fix lightbox initialization

This commit is contained in:
Florian BLOUET
2016-03-24 14:05:42 +01:00
parent 527cb2708a
commit f8018df289
2 changed files with 3 additions and 1 deletions

View File

@@ -33,6 +33,6 @@
"postinstall": "./node_modules/.bin/gulp install;" "postinstall": "./node_modules/.bin/gulp install;"
}, },
"dependencies": { "dependencies": {
"phraseanet-production-client": "~0.7.0" "phraseanet-production-client": "~0.7.1"
} }
} }

View File

@@ -176,6 +176,8 @@
</div> </div>
{% endif %} {% endif %}
<div id="dialog_dwnl" title="{{ 'action : exporter' | trans }}" style="display:none;"></div> <div id="dialog_dwnl" title="{{ 'action : exporter' | trans }}" style="display:none;"></div>
{% endblock %}
{% block bodyJavascript %}
<script type="text/javascript"> <script type="text/javascript">
{% if basket.getValidation() %} {% if basket.getValidation() %}
var lightboxApp = lightboxApplication.bootstrap({ var lightboxApp = lightboxApplication.bootstrap({