Explorar el Código

Fixes an issue with xmind file preview in certain deployment scenarios

kl hace 2 años
padre
commit
4a7d61a335
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,