Dotclear

Changeset 3645:dd7b54a80ed4 for inc


Ignore:
Timestamp:
01/06/18 10:24:59 (8 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

As link rel="top" disapears in HTML5 (revison [3422]), the path should be found in first <h1><a href=""> element (usually home link)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/js/post.js

    r2803 r3645  
    4747          var mail = $('#c_mail').val(); 
    4848          var site = $('#c_site').val(); 
    49           var cpath = $('link[rel=top]').attr('href'); 
     49          var cpath = $('h1 a').attr('href'); 
    5050          if (!cpath) { 
    5151               cpath = "/"; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map