Dotclear

Changeset 3771:ee48b80e8d04 for admin/js


Ignore:
Timestamp:
07/11/18 12:21:03 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Use svg image rather than png for outgoing links

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/common.js

    r3768 r3771  
    456456    $(this).prop('title', $(this).prop('title') + ' (' + dotclear.msg.new_window + ')'); 
    457457    if (!$(this).hasClass('outgoing')) { 
    458       $(this).append('&nbsp;<img src="images/outgoing-blue.png" alt=""/>'); 
     458      $(this).append('&nbsp;<img class="outgoing-js" src="images/outgoing-link.svg" alt=""/>'); 
    459459    } 
    460460  }).click(function(e) { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map