changeset 37:63a5b4277cfc

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 22 Mar 2024 09:44:47 +0100
parents 5f8d66f7fa06
children fae02fc69b46
files Sources/Plugin.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Sources/Plugin.cpp	Fri Mar 15 17:52:06 2024 +0100
+++ b/Sources/Plugin.cpp	Fri Mar 22 09:44:47 2024 +0100
@@ -251,6 +251,7 @@
     ReadStaticAsset(*item, path);
 
     // patch OHIF for https://github.com/OHIF/Viewers/issues/3928
+    // TODO - Remove after official release OHIF 3.8.0
     if (Orthanc::Toolbox::StartsWith(path, "app.bundle."))
     {
       boost::replace_all(*item, "window.location.origin + location.pathname + location.search", "window.location.origin + window.location.pathname + location.search");