Dotclear

Changeset 1871:9dc7dcf0564e


Ignore:
Timestamp:
09/16/13 09:55:47 (12 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

Fix display of current release in footer
Misspelling in plugin tags : clik instead of click

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/js/common.js

    r1862 r1871  
    352352     $('#wrapper').contents().each(function() { 
    353353          if (this.nodeType==8) { 
    354                $('#footer a').attr('title', $('#footer a').attr('title') + this.data ); 
     354               $('#footer a[href!="help.php"]').attr('title', $('#footer a[href!="help.php"]').attr('title') + this.data ); 
    355355          } 
    356356     }); 
  • plugins/tags/js/post.js

    r1753 r1871  
    6161     $('h5 .s-tags').toggleWithLegend($('.s-tags').not('label'),{ 
    6262          user_pref: 'post_tags', 
    63           legend_clik: true 
     63          legend_click: true 
    6464     }); 
    6565 
Note: See TracChangeset for help on using the changeset viewer.

Sites map