Changeset 3787:24c2472a688c for plugins/antispam/js
- Timestamp:
- 07/30/18 09:48:26 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/js/dashboard.js
r3786 r3787 28 28 var icon = $('#dashboard-main #icons p a[href="comments.php"]'); 29 29 if (icon.length) { 30 var xml = ' < br /><a href="comments.php?status=-2"><span class="db-icon-title-spam">' + nb + '</span></a>';30 var xml = ' <a href="comments.php?status=-2"><span class="db-icon-title-spam">' + nb + '</span></a>'; 31 31 icon.after(xml); 32 32 }
Note: See TracChangeset
for help on using the changeset viewer.