Changeset 3544:011c315781e3 for admin/js
- Timestamp:
- 06/16/17 11:22:12 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/common.js
r3518 r3544 563 563 564 564 $('p.success,p.warning,p.error,div.error').each(function () { 565 $(this).addClass('close-notice-parent'); 565 566 $(this).append('<button class="close-notice" type="button"><img src="images/close.png" alt="'+dotclear.msg.close_notice+'" /></button>'); 566 567 });
Note: See TracChangeset
for help on using the changeset viewer.