403Webshell
Server IP : 49.212.180.16  /  Your IP : 3.133.131.110
Web Server : Apache
System : FreeBSD www2606.sakura.ne.jp 13.0-RELEASE-p14 FreeBSD 13.0-RELEASE-p14 #2: Mon Dec 9 13:54:55 JST 2024 root@www5301.sakura.ne.jp:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
User : utannto ( 1076)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/utannto/www/hironaka.biz/wp-content/plugins/wp-rss-aggregator/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/utannto/www/hironaka.biz/wp-content/plugins/wp-rss-aggregator/js/admin-notifications.js
/**
 * Notifications client-side handling.
 * Depends on Aventura.Wp.Admin.Notices.
 */

(function($) {
    var globalVars = adminNoticeGlobalVars || {};
    var notices = Aventura.Wp.Admin.Notices.getGlobal();
    notices.setOptions(globalVars).setOptions("ajax_url", ajaxurl);
    notices.attach();

    $(".wpra-v5-notice-close").click(function() {
        const noticeEl = $(this).closest(".wpra-v5-notice");
        const noticeId = noticeEl.data("notice-id");
        const nonce = noticeEl.find(".wpra-v5-notice-nonce").val();

        $.ajax({
            url: ajaxurl,
            type: "POST",
            data: {
                action: "wprss_dismiss_v5_notice",
                nonce: nonce,
                notice: noticeId
            },
            success: function(data) {
                if (data === "OK") {
                    noticeEl.slideUp("fast", function() {
                        noticeEl.remove();
                    });
                }
            }
        });
    });
})(jQuery);

Youez - 2016 - github.com/yon3zu
LinuXploit