MOON
Server: Apache
System: Linux vps.erhabenn.com.br 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64
User: machen (1008)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /disk001/machen/public_html/support/wp-content/plugins/gif-master/js/gifm_tinymce.js
(function() {

    var GIFMaster_New = {
        init : function(editor, url) {
            editor.addButton('gifmaster_new', {
                title: 'GIF Master',
				image: url + '/../gif-icon.png',
                onclick : function(ev) {
					var modalw = 500;
					var modalh = 560;

					editor.windowManager.open({
						title : "GIF Master - Add New GIF",
						file: url + '/../popup/fetch.html?tenor='+gifm_tinymce_obj["tenor_key"]+'&giphy='+gifm_tinymce_obj["giphy_key"],
						width : modalw,
						height : modalh,
						inline : true,
						resizable: true,
						scrollbars: true
					});
				}
            });
        },
    }

    tinymce.create('tinymce.plugins.gifmaster_new', GIFMaster_New);
    tinymce.PluginManager.add('gifmaster_new', tinymce.plugins.gifmaster_new);
})();