Changeset 3785:2a076dc13b04 for plugins
- Timestamp:
- 07/27/18 06:45:08 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/js/dashboard.js
r3783 r3785 41 41 // run counters' update on some dashboard icons 42 42 // Spam comments 43 var icon_spam = $('#dashboard-main #icons p a[href="comments.php ?status=-2"]');43 var icon_spam = $('#dashboard-main #icons p a[href="comments.php"]'); 44 44 if (icon_spam.length) { 45 45 // Icon exists on dashboard
Note: See TracChangeset
for help on using the changeset viewer.