Page MenuHomePhabricator
Paste P5963

(An Untitled Masterwork)
ActivePublic

Authored by matmarex on Sep 6 2017, 3:14 PM.
Tags
None
Referenced Files
F9359005:
Sep 6 2017, 3:14 PM
Subscribers
None
table = $('table table').parent().closest('table').first();
rows = table.find('table tr').remove();
table.empty().append(rows).addClass('wikitable');
table.wrap('<div style="column-count: 3;">');