HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.2.34
System: Linux atalantini.com 3.10.0-1127.13.1.el7.x86_64 #1 SMP Tue Jun 23 15:46:38 UTC 2020 x86_64
User: root (0)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: //opt/plugins/atalantini/js/atalantiniplug.js
jQuery(document).ready(function() {

        if (jQuery('#confirm_search_emoticon')) {
                jQuery('#confirm_search_emoticon').bind('click', function(event) {
                        event.stopPropagation();
                        listaEmoticon(1);
                });
        }
        if (jQuery('#btnEsciEmoticon')) {
                jQuery('#btnEsciEmoticon').bind('click', function(event) {
                        event.stopPropagation();
                        listaEmoticon(1);
                });
        }

        if (jQuery('#confirm_search_banner')) {
                jQuery('#confirm_search_banner').bind('click', function(event) {
                        event.stopPropagation();
                        listaBanner(1);
                });
        }
        if (jQuery('#btnEsciBanner')) {
                jQuery('#btnEsciBanner').bind('click', function(event) {
                        event.stopPropagation();
                        listaBanner(1);
                });
        }

        if (jQuery('#btnEsciTwitter')) {
                jQuery('#btnEsciTwitter').bind('click', function(event) {
                        event.stopPropagation();
                        listaTwitter(1);
                });
        }

        if (jQuery('#confirm_search_config')) {
                jQuery('#confirm_search_config').bind('click', function(event) {
                        event.stopPropagation();
                        listaConfig(1);
                });
        }
        if (jQuery('#btnEsciConfig')) {
                jQuery('#btnEsciConfig').bind('click', function(event) {
                        event.stopPropagation();
                        listaConfig(1);
                });
        }
        if (jQuery('#btnEsciRss')) {
                jQuery('#btnEsciRss').bind('click', function(event) {
                        event.stopPropagation();
                        listaRss(1);
                });
        }
        if (jQuery('#btnEsciTeam')) {
                jQuery('#btnEsciTeam').bind('click', function(event) {
                        event.stopPropagation();
                        listaTeam(1);
                });
        }
        if (jQuery('#btnEsciTotodeaTeam')) {
                jQuery('#btnEsciTotodeaTeam').bind('click', function(event) {
                        event.stopPropagation();
                        listaTotodeaTeam(1);
                });
        }
        if (jQuery('#btnEsciSquadre')) {
                jQuery('#btnEsciSquadre').bind('click', function(event) {
                        event.stopPropagation();
                        listaSquadre(1);
                });
        }
        if (jQuery('#btnEsciBanned')) {
                jQuery('#btnEsciBanned').bind('click', function(event) {
                        event.stopPropagation();
                        listaBanned(1);
                });
        }

});