Mercurial > hg > orthanc-webviewer
changeset 73:465bed3c5c81
use relative path
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 28 Aug 2015 13:51:55 +0200 |
parents | f2f8f8714dcc |
children | ab5218c18b7a |
files | Resources/OrthancExplorer.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/OrthancExplorer.js Thu Aug 13 12:53:41 2015 +0200 +++ b/Resources/OrthancExplorer.js Fri Aug 28 13:51:55 2015 +0200 @@ -12,7 +12,7 @@ b.click(function() { if ($.mobile.pageData) { var series = $.mobile.pageData.uuid; - window.open('/web-viewer/app/viewer.html?series=' + series); + window.open('../web-viewer/app/viewer.html?series=' + series); } }); });