Changeset 2607104 for shapepress-dsgvo
- Timestamp:
- 09/30/2021 07:45:05 AM (4 years ago)
- File:
-
- 1 edited
-
shapepress-dsgvo/trunk/admin/js/sp-dsgvo-admin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
shapepress-dsgvo/trunk/admin/js/sp-dsgvo-admin.js
r2493846 r2607104 147 147 148 148 }); 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 }); 149 161 150 162 /* p912419 */
Note: See TracChangeset
for help on using the changeset viewer.