Przeglądaj źródła

Fixes an issue with xmind file preview in certain deployment scenarios (#439)

kl 2 lat temu
rodzic
commit
e25cc2e47c
1 zmienionych plików z 1 dodań i 1 usunięć
  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,