(function(){"use strict";/** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */(function(){window.insertPagebreak=function(a){var e=document.getElementById("title").value;if(!window.parent.Joomla.getOptions("xtd-pagebreak"))return window.parent.Joomla.Modal.getCurrent().close(),!1;var t=document.getElementById("alt").value;e=e!==""?'title="'+e+'"':"",t=t!==""?'alt="'+t+'"':"";var n='<hr class="system-pagebreak" '+e+" "+t+">";return window.parent.Joomla.editors.instances[a].replaceSelection(n),window.parent.Joomla.Modal.getCurrent().close(),!1}})()})();