mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-19 02:05:32 +08:00
8 lines
158 B
Plaintext
8 lines
158 B
Plaintext
|
<script type="text/javascript">
|
||
|
MOOdalBox.close();
|
||
|
|
||
|
if(MOOdalBox.reloadRequered)
|
||
|
{
|
||
|
window.location.reload( true );
|
||
|
}
|
||
|
</script>
|