Plugin Directory

Changeset 2607104 for shapepress-dsgvo


Ignore:
Timestamp:
09/30/2021 07:45:05 AM (4 years ago)
Author:
legalweb
Message:

added missing action call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • shapepress-dsgvo/trunk/admin/js/sp-dsgvo-admin.js

    r2493846 r2607104  
    147147
    148148        });
     149
     150        $('.update-notice-securityleak0921').on('click tap', function(event) {
     151
     152            var clicked = $(event.target);
     153            if (clicked.is('.notice-dismiss') == false) return;
     154
     155            $.post( args.ajaxurl, {
     156                action: 'notice-action',
     157                id: 'update-notice-securityleak0921'
     158            });
     159
     160        });
    149161       
    150162        /* p912419 */
Note: See TracChangeset for help on using the changeset viewer.