mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-14 02:37:57 +01:00
Fix tooltip rendering.
This commit is contained in:
parent
50e0069532
commit
c6ddadba45
@ -23,7 +23,10 @@
|
|||||||
<%@ include file="/jsp/googleAnalytics.jsf" %>
|
<%@ include file="/jsp/googleAnalytics.jsf" %>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="mindplot"></div>
|
|
||||||
|
<div id="mindplot" style={mindplotStyle} className="wise-editor"></div>
|
||||||
|
<div id="mindplot-tooltips" className="wise-editor"></div>
|
||||||
|
|
||||||
|
|
||||||
<a href="${requestScope['site.homepage']}" target="new">
|
<a href="${requestScope['site.homepage']}" target="new">
|
||||||
<div id="footerLogo"></div>
|
<div id="footerLogo"></div>
|
||||||
|
Loading…
Reference in New Issue
Block a user