diff Applications/StoneWebViewer/WebApplication/index.html @ 1712:fb57536fcc5f

documentation
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Nov 2020 16:49:04 +0100
parents 673c163e1b3e
children 9a1f79d21a3f
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebApplication/index.html	Mon Nov 30 16:43:58 2020 +0100
+++ b/Applications/StoneWebViewer/WebApplication/index.html	Mon Nov 30 16:49:04 2020 +0100
@@ -673,7 +673,7 @@
                 
             <div v-if="status == 'video'" class="wvPaneOverlay">
               <div v-if="!('OrthancApiRoot' in globalConfiguration) || videoUri.length == 0">
-                [ cannot play videos using only DICOMweb yet ]
+                [ cannot play videos using DICOMweb yet ]
               </div>
               <div v-if="'OrthancApiRoot' in globalConfiguration && videoUri.length > 0">
                 <video class="wvVideo" autoplay="" loop="" controls="" preload="auto" type="video/mp4"