Skip to content
Snippets Groups Projects

Bugfix/init file

Merged Krzysztof Dyszczyk requested to merge bugfix/init-file into master
All threads resolved!
10 files
+ 97
31
Compare changes
  • Side-by-side
  • Inline

Files

+ 0
1
jQuery( document ).on( 'click', '.notice-dismiss', function() {
var notice_name = jQuery(this).closest('div.notice').data('notice-name');
console.log(notice_name);
if ('' !== notice_name) {
jQuery.ajax({
url: ajaxurl,
Loading