{# @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);