PHRAS-3044 Fix on video tools

This commit is contained in:
Harrys Ravalomanana
2020-05-04 15:18:26 +04:00
parent 952af74c93
commit fa256b6b32
3 changed files with 7 additions and 5 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.186-d", "phraseanet-production-client": "0.34.189-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

@@ -995,6 +995,8 @@
<div id="dialog_publicator" title="{{ 'action : bridge' | trans }}" style="display:none;"></div> <div id="dialog_publicator" title="{{ 'action : bridge' | trans }}" style="display:none;"></div>
<div id="modal_feed" title="{{ 'action : publier' | trans }}" style="display:none;"></div> <div id="modal_feed" title="{{ 'action : publier' | trans }}" style="display:none;"></div>
<div id="dialog_dwnl" title="{{ 'action : exporter' | trans }}" style="display:none;"></div> <div id="dialog_dwnl" title="{{ 'action : exporter' | trans }}" style="display:none;"></div>
<input type="hidden" id="default-video-chapter-label" value="{{ 'prod::videoTools:chapterTitle' | trans }}"/>
<script type="text/javascript" id="bitly_loader"></script> <script type="text/javascript" id="bitly_loader"></script>
<script type="text/javascript"> <script type="text/javascript">
$(document).ready(function(){ $(document).ready(function(){

View File

@@ -7578,10 +7578,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.186-d: phraseanet-production-client@0.34.189-d:
version "0.34.186-d" version "0.34.189-d"
resolved "https://registry.yarnpkg.com/phraseanet-production-client/-/phraseanet-production-client-0.34.186-d.tgz#3ad595280e8b97d3554a193345b49c9597b73f62" resolved "https://registry.yarnpkg.com/phraseanet-production-client/-/phraseanet-production-client-0.34.189-d.tgz#eb6f34fd1ddbc85a1498fb418ca6818936a5fc13"
integrity sha512-HvZ1e3DldxN+KFFu8vXmv1b80nvAyW7MVfxcdBJt18NH6bbZlqaaVL3Ga7r3WZWYKBgGqYmc5q2mrxUc1HX+dQ== integrity sha512-iffPvnkhQaOI/HoXFJYSYes6M+YnmC3sBfC+qJl7KxyLSN8yYHeJaso/nCDn0ahZKHuE+0ghoRiBzSZdRma11A==
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"