Content deleted Content added
update to match main module |
add title attribute for tooltips |
||
Line 110:
})
:css('width', percentage)
:attr('title', string.format('%s %s', percentage, class.category))
:tag('span')
:addClass('sr-only')
Line 124 ⟶ 125:
:addClass('remaining')
:css('width', remaining)
:attr('title', string.format('%s remaining', remaining))
:tag('span')
:addClass('sr-only')
|