D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
mybf1
/
www
/
pati.bf1.my
/
wp-content
/
plugins
/
spotlight-social-photo-feeds
/
ui
/
static
/
Filename :
notices.js
back
Copy
jQuery(function ($) { const L10N = window.SliNoticesL10n ? window.SliNoticesL10n : {}; $('.sli-notice .notice-dismiss').on('click', function (e) { const notice = $(this).parent().attr('data-notice'); const nonce = L10N.nonce; const action = L10N.action; $.ajax({ url: L10N.ajaxUrl, method: 'POST', data: {action, nonce, notice} }); e.preventDefault(); e.stopPropagation(); }); });