# HG changeset patch
# User Sebastien Jodogne <s.jodogne@gmail.com>
# Date 1711097087 -3600
# Node ID 63a5b4277cfc811842593ebb01ec699a4d7550da
# Parent  5f8d66f7fa06f2c20beed47cfebaeceea72097a8
note

diff -r 5f8d66f7fa06 -r 63a5b4277cfc Sources/Plugin.cpp
--- 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");