mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-28 04:58:46 +02:00
8 lines
265 B
Twig
8 lines
265 B
Twig
{# @copyright Copyright (C) 2010-2024 Combodo SAS #}
|
|
{# @license http://opensource.org/licenses/AGPL-3.0 #}
|
|
|
|
window.addEventListener("message", function (event){
|
|
event.source.postMessage(window.location.href, event.origin);
|
|
window.close();
|
|
}, false);
|