Changeset 3771:ee48b80e8d04 for admin/js
- Timestamp:
- 07/11/18 12:21:03 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/common.js
r3768 r3771 456 456 $(this).prop('title', $(this).prop('title') + ' (' + dotclear.msg.new_window + ')'); 457 457 if (!$(this).hasClass('outgoing')) { 458 $(this).append(' <img src="images/outgoing-blue.png" alt=""/>');458 $(this).append(' <img class="outgoing-js" src="images/outgoing-link.svg" alt=""/>'); 459 459 } 460 460 }).click(function(e) {
Note: See TracChangeset
for help on using the changeset viewer.