Dotclear

Changeset 2018:fa6a1a78d773


Ignore:
Timestamp:
09/22/13 18:45:21 (11 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

[pageTabs] title for parts must be empty to make Jc happy !

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/jquery/jquery.pageTabs.js

    r2010 r2018  
    4848               lis.push('<li id="'+options.idTabPrefix+$(this).attr('id')+'"'+li_class 
    4949                     +'><a href="#'+$(this).attr('id')+'">'+$(this).attr('title')+'</a></li>'); 
    50                $(this).attr('id', options.partPrefix + $(this).attr('id')); 
     50               $(this).attr('id', options.partPrefix + $(this).attr('id')).prop('title',''); 
    5151          }); 
    5252           
Note: See TracChangeset for help on using the changeset viewer.

Sites map