mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-23 22:47:57 +01: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>
|