1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 10:49:36 +02:00

New plugin AdBlockerDetector

This commit is contained in:
Daniel Neto 2024-04-16 14:48:52 -03:00
parent b705975eeb
commit 07f6aaabfc
148 changed files with 8728 additions and 6851 deletions

View file

@ -1,5 +1,5 @@
/**
* TinyMCE version 7.0.0 (2024-03-20)
* TinyMCE version 7.0.1 (2024-04-10)
*/
(function () {

View file

@ -1,4 +1,4 @@
/**
* TinyMCE version 7.0.0 (2024-03-20)
* TinyMCE version 7.0.1 (2024-04-10)
*/
!function(){"use strict";tinymce.util.Tools.resolve("tinymce.PluginManager").add("code",(e=>((e=>{e.addCommand("mceCodeEditor",(()=>{(e=>{const o=(e=>e.getContent({source_view:!0}))(e);e.windowManager.open({title:"Source Code",size:"large",body:{type:"panel",items:[{type:"textarea",name:"code"}]},buttons:[{type:"cancel",name:"cancel",text:"Cancel"},{type:"submit",name:"save",text:"Save",primary:!0}],initialData:{code:o},onSubmit:o=>{((e,o)=>{e.focus(),e.undoManager.transact((()=>{e.setContent(o)})),e.selection.setCursorLocation(),e.nodeChanged()})(e,o.getData().code),o.close()}})})(e)}))})(e),(e=>{const o=()=>e.execCommand("mceCodeEditor");e.ui.registry.addButton("code",{icon:"sourcecode",tooltip:"Source code",onAction:o}),e.ui.registry.addMenuItem("code",{icon:"sourcecode",text:"Source code",onAction:o})})(e),{})))}();