mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-3070 #comment Fix on publication display #time 2h
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
"normalize-css": "^2.1.0",
|
||||
"npm": "^6.0.0",
|
||||
"npm-modernizr": "^2.8.3",
|
||||
"phraseanet-production-client": "0.34.198-d",
|
||||
"phraseanet-production-client": "0.34.202-d",
|
||||
"requirejs": "^2.3.5",
|
||||
"tinymce": "^4.0.28",
|
||||
"underscore": "^1.8.3",
|
||||
|
@@ -44,7 +44,7 @@
|
||||
{% set extraclass = rollover_gif ? 'rollover-gif-out' : '' %}
|
||||
{{ thumbnail.format(record.get_thumbnail(), images_size, images_size, extraclass, true, false) }}
|
||||
{% if rollover_gif %}
|
||||
{{ thumbnail.format(rollover_gif, images_size, images_size, 'rollover-gif-hover', true, false) }}
|
||||
{{ thumbnail.format(rollover_gif, images_size, images_size, 'rollover-gif-hover hide', true, false) }}
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -48,7 +48,7 @@
|
||||
{{ result_macro.thumbnail(record, settings.images_size, settings.images_size, extraclass) }}
|
||||
|
||||
{% if rollover %}
|
||||
{% set extraclass = 'rollover-gif-hover' %}
|
||||
{% set extraclass = 'rollover-gif-hover hide' %}
|
||||
{{ result_macro.thumbnailgif(record, settings.images_size, settings.images_size, extraclass) }}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
@@ -7578,10 +7578,10 @@ phraseanet-common@^0.4.5-d:
|
||||
js-cookie "^2.1.0"
|
||||
pym.js "^1.3.1"
|
||||
|
||||
phraseanet-production-client@0.34.198-d:
|
||||
version "0.34.198-d"
|
||||
resolved "https://registry.yarnpkg.com/phraseanet-production-client/-/phraseanet-production-client-0.34.198-d.tgz#85f736255cc19b21caddd257b41f7edf46973f05"
|
||||
integrity sha512-uW4iiCxE0r8d8+cK86DMFky5Vc4aYh3mh5seQTSP07S57YONgZ5N7TMhbjAv2Dch4Bs6pobARlnVZz/IvPvY4g==
|
||||
phraseanet-production-client@0.34.202-d:
|
||||
version "0.34.202-d"
|
||||
resolved "https://registry.yarnpkg.com/phraseanet-production-client/-/phraseanet-production-client-0.34.202-d.tgz#c32d781272683cd8a3da747617381b3b3694efc8"
|
||||
integrity sha512-wRsOH+SqnyrIdSBxmftoC+85ZaUx5sSEOYnS/S/rZzcnOdTM5piwUDVh3SlU7ePFFbkMcdlbLBOf7pYRN+EaQQ==
|
||||
dependencies:
|
||||
"@mapbox/mapbox-gl-language" "^0.9.2"
|
||||
"@turf/turf" "^5.1.6"
|
||||
|
Reference in New Issue
Block a user