HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/karjerosdiena.lt/wp-content/plugins/wp-jobsearch/js/wdm-mce-button.js
(function() {
    if (typeof joblistin_caned_msgs !== 'undefined' && joblistin_caned_msgs.length > 0) {
        var jobsearch_btn_menu = [];
        
        tinymce.PluginManager.add('caned_resp_button', function( editor, url ) {
            if (editor.id == 'job_detail') {
                jQuery.each(joblistin_caned_msgs, function(cmsg_index, cmsg_val) {
                    jobsearch_btn_menu.push({
                        text: cmsg_val.title,
                        onclick: function() {
                            editor.setContent('');
                            editor.insertContent(cmsg_val.desc);
                        }
                    });
                });
                editor.addButton('caned_resp_button', {
                    text: joblistin_caned_msgstitl,
                    icon: false,
                    type: 'listbox',
                    menu: jobsearch_btn_menu
                });
            }
        });
    }
})();