PHRAS-2669

This commit is contained in:
Harrys Ravalomanana
2020-04-20 20:12:28 +04:00
parent dc899f5e87
commit 3aa38e8af0
3 changed files with 6 additions and 6 deletions

View File

@@ -65,7 +65,7 @@
"normalize-css": "^2.1.0", "normalize-css": "^2.1.0",
"npm": "^6.0.0", "npm": "^6.0.0",
"npm-modernizr": "^2.8.3", "npm-modernizr": "^2.8.3",
"phraseanet-production-client": "0.34.176-d", "phraseanet-production-client": "0.34.177-d",
"requirejs": "^2.3.5", "requirejs": "^2.3.5",
"tinymce": "^4.0.28", "tinymce": "^4.0.28",
"underscore": "^1.8.3", "underscore": "^1.8.3",

View File

@@ -174,7 +174,7 @@
{% if ratio == 0 %} {% if ratio == 0 %}
{% set ratio = '0.333' %} {% set ratio = '0.333' %}
{% endif %} {% endif %}
{% set w1 = (100 * ratio)|round %} {% set w1 = (100 * ratio) %}
{% set w2 = (100 - w1) %} {% set w2 = (100 - w1) %}
<div id="idFrameC" class="PNB" style="right:auto;width:{{ w1 ~ '%' }}"> <div id="idFrameC" class="PNB" style="right:auto;width:{{ w1 ~ '%' }}">
<div class="PNB wrapper"> <div class="PNB wrapper">

View File

@@ -7577,10 +7577,10 @@ phraseanet-common@^0.4.5-d:
js-cookie "^2.1.0" js-cookie "^2.1.0"
pym.js "^1.3.1" pym.js "^1.3.1"
phraseanet-production-client@0.34.176-d: phraseanet-production-client@0.34.177-d:
version "0.34.176-d" version "0.34.177-d"
resolved "https://registry.yarnpkg.com/phraseanet-production-client/-/phraseanet-production-client-0.34.176-d.tgz#de35a538c45b8f75fb335e73b8807056b56e897d" resolved "https://registry.yarnpkg.com/phraseanet-production-client/-/phraseanet-production-client-0.34.177-d.tgz#5f224c0309e64e9d26f5dfcaf6faf2e84b5045cb"
integrity sha512-Cw3qDHEoQB37edRrdQA5fWCn38lEZv7KWxrcPyTCTDKGIwTTqIces7Qd1BfHM9MTKYu89tvzdeWNofGOwN/uQg== integrity sha512-b5z5huXd+3FYJx2cRMA9EpQ2sxytYdnMlsj5jf2XC8mSk7znhchd1lbry686h2dUpOgUZAcr6gTbDUYwnzFUMQ==
dependencies: dependencies:
"@mapbox/mapbox-gl-language" "^0.9.2" "@mapbox/mapbox-gl-language" "^0.9.2"
"@turf/turf" "^5.1.6" "@turf/turf" "^5.1.6"