diff Applications/StoneWebViewer/WebApplication/app.js @ 1661:e4589378ad8b

warning message about unsupported videos
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 19 Nov 2020 10:29:33 +0100
parents 66e5fcdf5597
children f62f685e0eb2
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebApplication/app.js	Thu Nov 19 10:21:20 2020 +0100
+++ b/Applications/StoneWebViewer/WebApplication/app.js	Thu Nov 19 10:29:33 2020 +0100
@@ -89,8 +89,8 @@
         }
       }
       else if (newVal.type == stone.ThumbnailType.VIDEO) {
-        // TODO
-        console.warn('Videos are not supported yet by the Stone Web viewer');
+        this.status = 'video';
+        console.warn('Videos are not supported by the Stone Web viewer yet');
       }
     }
   },