Dotclear

Changeset 3762:e5c18a9ead6a for admin/js


Ignore:
Timestamp:
06/17/18 08:50:16 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

scope="row" obsolete in HTML5 for td, switch to th for module name (plugins list), closes #2272

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/_plugins.js

    r3706 r3762  
    55  // expand a module line 
    66  $('table.modules.expandable tr.line').each(function() { 
    7     $('td.module-name', this).toggleWithLegend($(this).next('.module-more'), { 
     7    $('td.module-name, th.module-name', this).toggleWithLegend($(this).next('.module-more'), { 
    88      img_on_src: dotclear.img_plus_src, 
    99      img_on_alt: dotclear.img_plus_alt, 
Note: See TracChangeset for help on using the changeset viewer.

Sites map