mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-23 22:47:57 +01:00
17 lines
471 B
Plaintext
17 lines
471 B
Plaintext
|
<%@ page autoFlush="true" buffer="none" %>
|
||
|
<%@ include file="/jsp/init.jsp" %>
|
||
|
|
||
|
<div style="position:relative;">
|
||
|
<div id="prompt">
|
||
|
<!-- if IE without GCF, prompt goes here -->
|
||
|
</div>
|
||
|
</div>
|
||
|
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script>
|
||
|
|
||
|
<script type="text/javascript">
|
||
|
CFInstall.check({
|
||
|
mode: "inline",
|
||
|
node:"prompt",
|
||
|
destination:"c/maps/"
|
||
|
});
|
||
|
</script>
|