6 lines
426 B
JavaScript
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;},};})();
|