(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(){var o=window.Joomla.getOptions("xtd-readmore");window.insertReadmore=function(e){if(!o)throw new Error("XTD Button 'read more' not properly initialized");var r=window.Joomla.editors.instances[e].getValue();if(!r)Joomla.editors.instances[e].replaceSelection('<hr id="system-readmore">');else if(r&&!r.match(/<hr\s+id=("|')system-readmore("|')\s*\/*>/i))Joomla.editors.instances[e].replaceSelection('<hr id="system-readmore">');else return Joomla.renderMessages({error:[o.exists]}),!1;return!0}})()})();