Changeset 12773
- Timestamp:
- 08/01/2023 10:12:58 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/assets/js/admin.js
r12059 r12773 11 11 document.querySelector('#photos_photo .photos-photo-link img.blurred')?.addEventListener('click', unblurPhoto, true); 12 12 13 // Hide 'Post submitted' admin notice if post publication was actually blocked due to missing taxonomies. 14 document.querySelector('.notice-missing-taxonomies ~ #message.notice-success')?.hidden = true; 13 15 }, false);
Note: See TracChangeset
for help on using the changeset viewer.