OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
_backup
/
tinymce
/
tinymce
/
js
/
tinymce
/
plugins
/
contextmenu
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/20/2020 05:39:43 AM
rwxr-xr-x
📄
plugin.js
692 bytes
02/20/2020 05:36:55 AM
rw-r--r--
📄
plugin.min.js
539 bytes
02/20/2020 05:36:55 AM
rw-r--r--
Editing: plugin.js
Close
/** * Copyright (c) Tiny Technologies, Inc. All rights reserved. * Licensed under the LGPL or a commercial license. * For LGPL see License.txt in the project root for license information. * For commercial licenses see https://www.tiny.cloud/ * * Version: 5.0.4 (2019-04-23) */ (function () { var contextmenu = (function (domGlobals) { 'use strict'; var global = tinymce.util.Tools.resolve('tinymce.PluginManager'); global.add('contextmenu', function () { domGlobals.console.warn('Context menu plugin is now built in to the core editor, please remove it from your editor configuration'); }); function Plugin () { } return Plugin; }(window)); })();