Changeset 359 for veekun/trunk/root

Show
Ignore:
Timestamp:
10/30/07 23:31:18 (2 years ago)
Author:
eevee
Message:

Fixed the move table version-collapse; it was breaking on colspan'd cells, so I split the TMs into individual cells just like the level moves. (#159)
(A change in View::TT slipped in, but it's harmless.)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/root/script/dexutils.js

    r357 r359  
    77 
    88    $(' #js-movetable tr.js-versionless ').addClass('js-move-table-reduced'); 
     9 
     10//    $(' #js-movetable tr.heading:not(:has( ~ tr:not(.js-move-table-reduced) ~ tr.heading )) ').addClass('js-move-table-reduced'); 
    911 
    1012    var version_cells = $(' #js-movetable td, #js-movetable th ')