primo commit
This commit is contained in:
5
media/conditionalcontent/js/button.min.js
vendored
Normal file
5
media/conditionalcontent/js/button.min.js
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
/*
|
||||
* 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;},};})();
|
||||
Reference in New Issue
Block a user