PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.5.2
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.5.2
8.7.7 8.7.6 8.7.5 8.7.4 8.7.3 8.7.2 8.7.1 8.7.0 8.6.9 8.6.8 8.6.7 8.6.6 8.6.5 8.6.4 8.6.2 8.6.1 8.6.0 8.5.9 8.5.8 8.5.7 8.5.6 8.5.5 8.5.4 8.5.3 8.5.2 All 533 releases
chatbot / includes / openai / plugin-upgrader / assets / js / script.js

script.js in WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services 8.5.2, at includes/openai/plugin-upgrader/assets/js/script.js

15 lines 516 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 jQuery(document).ready(function(){
2 jQuery('.qc-notice-error.is-dismissible .notice-dismiss').on('click', function(){
3 var notice_type = jQuery(this).parents('.qc-notice-error.is-dismissible').attr('data-dismiss-type');
4 console.log(notice_type);
5 jQuery.ajax({
6 url: wplivechat_licensing_admin_ajax.ajax_url,
7 data: {
8 action: 'wplivechat_licensing_notice_dismiss',
9 nonce: wplivechat_licensing_admin_ajax.nonce,
10 dismiss_notice: notice_type
11 },
12 success: function(){ }
13 })
14 });
15 });