changeset 1229:5405d36e9d48

explorer-plugin.js for plugins to adapt the default Orthanc Explorer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 25 Nov 2014 13:54:53 +0100
parents e0f7014d39a4
children 4f1ac0f2c39c
files OrthancExplorer/explorer-plugin.js OrthancExplorer/explorer.html
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/OrthancExplorer/explorer-plugin.js	Tue Nov 25 13:54:53 2014 +0100
@@ -0,0 +1,1 @@
+// This file can be overridden by some plugin to adapt the default Orthanc Explorer
--- a/OrthancExplorer/explorer.html	Fri Nov 21 09:12:38 2014 +0100
+++ b/OrthancExplorer/explorer.html	Tue Nov 25 13:54:53 2014 +0100
@@ -30,6 +30,7 @@
     <link rel="stylesheet" href="explorer.css" />
     <script src="file-upload.js"></script>
     <script src="explorer.js"></script>
+    <script src="explorer-plugin.js"></script>
   </head>
   <body>
     <div data-role="page" id="find-patients" >