Files
conservatorio-tomadini/media/conditionalcontent/js/button.min.js
2024-12-17 17:34:10 +01:00

6 lines
426 B
JavaScript

/*
* Copyright © 2024 Regular Labs - All Rights Reserved
* GNU General Public License version 2 or later
*/
(function(){'use strict';window.RegularLabs=window.RegularLabs||{};window.RegularLabs.ConditionalContentButton=window.RegularLabs.ConditionalContentButton||{code:'',insertText:function(editor_name){Joomla.editors.instances[editor_name].replaceSelection(this.code);},setCode:function(code){this.code=code;},};})();