Done !
| Server IP : 46.105.57.169 / Your IP : 216.73.216.67 Web Server : Apache System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaumee/zenit/administrator/components/com_sppagebuilder/assets/js/ |
Upload File : |
/**
* @package SP Page Builder
* @author JoomShaper http://www.joomshaper.com
* @copyright Copyright (c) 2010 - 2021 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
*/
jQuery((function(e){e(document).on("click","[data-integration-toggle]",(function(a){a.preventDefault();var t=e(this),s=t.closest("[data-integration-list-item]").data("group"),n=t.closest("[data-integration-list-item]").data("name");e.ajax({type:"POST",url:pagebuilder_base+"index.php?option=com_sppagebuilder&task=integrations.toggle&group="+s+"&name="+n,beforeSend:function(){t.html('<span class="fas fa-spinner fa-spin" area-hidden="true"></span>')},success:function(a){var s=e.parseJSON(a);s.success?s.result?(t.closest("[data-integration-list-item]").addClass("enabled"),t.removeClass("btn-primary").addClass("btn-danger").text("Deactivate")):(t.closest("[data-integration-list-item]").removeClass("enabled"),t.removeClass("btn-danger").addClass("btn-primary").text("Activate")):alert(s.message)}})}))}));