File "plugin.min.js"
Full Path: /home/ozbarhaber/public_html/19052025___siteeee/wp-content/plugins/wp-polls/tinymce/plugins/polls/plugin.min.js
File size: 578 bytes
MIME-type: text/plain
Charset: utf-8
(function(){tinymce.PluginManager.add("polls",function(b){b.addCommand("WP-Polls-Insert_Poll",function(){for(var a=jQuery.trim(prompt(tinymce.translate("Enter Poll ID")));isNaN(a);)a=jQuery.trim(prompt(tinymce.translate("Error: Poll ID must be numeric")+"\n\n"+tinymce.translate("Please enter Poll ID again")));-1<=a&&null!=a&&""!=a&&b.insertContent('[poll id="'+a+'"]')});b.addButton("polls",{text:!1,tooltip:tinymce.translate("Insert Poll"),icon:"polls dashicons-before dashicons-chart-bar",onclick:function(){tinyMCE.activeEditor.execCommand("WP-Polls-Insert_Poll")}})})})();