52554b172f
Change userplan HTML structure from table to unordered definition list <dl> <dt> and <dd>. Add accessibility string for task-todo, task-done, task-fail, task-info to be read by screen reader
1 line
299 B
JavaScript
1 line
299 B
JavaScript
define(["jquery"],function(a){function b(b){var c=0;b.height("auto"),b.each(function(){var b=a(this).height();b>c&&(c=b)}),b.height(c)}return{init:function(){var c=a(".path-mod-workshop .userplan dt"),d=a(".path-mod-workshop .userplan dd");b(c),b(d),a(window).on("resize",function(){b(c),b(d)})}}}); |