Parcourir la source

Fixes an issue with xmind file preview in certain deployment scenarios

kl il y a 2 ans
Parent
commit
4a7d61a335
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      server/src/main/resources/static/xmind/xmind.js

+ 1 - 1
server/src/main/resources/static/xmind/xmind.js

@@ -299,7 +299,7 @@
                             height: windowWidth,
                             width: windowHeight
                         } : a
-                          , l = new o.IframeController(i,"/xmind/index.html")
+                          , l = new o.IframeController(i,"xmind/index.html")
                           , u = new r.IframeEventChannelController(l,"");
                         this.iframeController = l,
                         this.iframeEventChannelController = u,