OwlCyberSecurity - MANAGER
Edit File: admin_notices.js
({initNagButton:function(){jQuery(".ff_nag_cross").on("click",(function(n){n.preventDefault();var t=jQuery(this).attr("data-notice_name"),e=jQuery(this).attr("data-notice_type");jQuery("#ff_notice_"+t).remove(),FluentFormsGlobal.$post({action:"fluentform_notice_action",notice_name:t,action_type:e}).then((function(n){console.log(n)})).fail((function(n){console.log(n)}))}))},initTrackYes:function(){jQuery(".ff_track_yes").on("click",(function(n){n.preventDefault();var t=jQuery(this).attr("data-notice_name"),e=0;jQuery("#ff-optin-send-email").attr("checked")&&(e=1),jQuery("#ff_notice_"+t).remove(),FluentFormsGlobal.$post({action:"fluentform_notice_action_track_yes",notice_name:t,email_enabled:e}).then((function(n){console.log(n)})).fail((function(n){console.log(n)}))}))},initSmtpInstall:function(){var n=jQuery(".intstall_fluentsmtp");n.on("click",(function(t){var e=this;t.preventDefault(),jQuery(this).attr("disabled",!0),jQuery(".ff_addon_installing").show(),FluentFormsGlobal.$post({action:"fluentform_install_fluentsmtp"}).then((function(t){n.text("Please wait...."),t.is_installed&&t.config_url?window.location.href=t.config_url:t.is_installed?location.reload():alert("something is wrong when installing the plugin. Please install FluentSMTP manually."),console.log(t)})).fail((function(n){var t="something is wrong when installing the plugin. Please install FluentSMTP manually.";n.responseJSON&&n.responseJSON.message&&(t=n.responseJSON.message),alert(t),console.log(n)})).always((function(){jQuery(e).attr("disabled",!1),jQuery(".ff_addon_installing").hide()}))}))},initReady:function(){var n=this;jQuery(document).ready((function(){n.initNagButton(),n.initTrackYes(),n.initSmtpInstall()}))}}).initReady();