diff Applications/StoneWebViewer/WebApplication/index.html @ 1562:2a4a6b967053

starting work on print
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Aug 2020 18:17:38 +0200
parents cf652990abb1
children e0045462a25c
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebApplication/index.html	Thu Aug 20 17:44:35 2020 +0200
+++ b/Applications/StoneWebViewer/WebApplication/index.html	Thu Aug 20 18:17:38 2020 +0200
@@ -604,7 +604,10 @@
     <script src="js/vue.min.js"></script>
     <script src="js/axios.min.js"></script>
     
+    <script src="ua-parser.js"></script>
+    
     <script src="stone.js"></script>
     <script src="app.js"></script>
+    <script src="print.js"></script>
   </body>
 </html>