comparison 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
comparison
equal deleted inserted replaced
1660:05b55b89a134 1661:e4589378ad8b
87 **/ 87 **/
88 pendingSeriesPdf_[seriesInstanceUid] = true; 88 pendingSeriesPdf_[seriesInstanceUid] = true;
89 } 89 }
90 } 90 }
91 else if (newVal.type == stone.ThumbnailType.VIDEO) { 91 else if (newVal.type == stone.ThumbnailType.VIDEO) {
92 // TODO 92 this.status = 'video';
93 console.warn('Videos are not supported yet by the Stone Web viewer'); 93 console.warn('Videos are not supported by the Stone Web viewer yet');
94 } 94 }
95 } 95 }
96 }, 96 },
97 mounted: function() { 97 mounted: function() {
98 var that = this; 98 var that = this;