<script>

jQuery(document).ready(function($){

    $('.lsp-editar').on('click', function(){

        let boton = $(this);

        $('#lsp-id').val(boton.data('id'));
        $('#lsp-titulo').val(boton.data('titulo'));
        $('#lsp-url').val(boton.data('url'));
        $('#lsp-video-id').val(boton.data('video'));
        $('#lsp-icono').val(boton.data('icono'));
        $('#lsp-orden').val(boton.data('orden'));

        if(boton.data('activo') == 1){

            $('#lsp-activo').prop('checked', true);

        }else{

            $('#lsp-activo').prop('checked', false);

        }


        $('html, body').animate({
            scrollTop: $('#lsp-form-menu').offset().top
        }, 500);


    });

});

</script>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://www.mingob.gob.pa/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://www.mingob.gob.pa/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://www.mingob.gob.pa/wp-sitemap-posts-post-2.xml</loc></sitemap><sitemap><loc>https://www.mingob.gob.pa/wp-sitemap-posts-post-3.xml</loc></sitemap><sitemap><loc>https://www.mingob.gob.pa/wp-sitemap-posts-post-4.xml</loc></sitemap><sitemap><loc>https://www.mingob.gob.pa/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://www.mingob.gob.pa/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://www.mingob.gob.pa/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://www.mingob.gob.pa/wp-sitemap-taxonomies-post_format-1.xml</loc></sitemap><sitemap><loc>https://www.mingob.gob.pa/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
