mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Remove hrs.
This commit is contained in:
@@ -15,6 +15,8 @@ function build(type) {
|
|||||||
$header = $('h1').first().remove(),
|
$header = $('h1').first().remove(),
|
||||||
version = _.trim($header.find('span').first().text()).slice(1);
|
version = _.trim($header.find('span').first().text()).slice(1);
|
||||||
|
|
||||||
|
$('hr').remove();
|
||||||
|
|
||||||
$('[id^="user-content-"]')
|
$('[id^="user-content-"]')
|
||||||
.attr('class', null)
|
.attr('class', null)
|
||||||
.attr('id', null);
|
.attr('id', null);
|
||||||
|
|||||||
Reference in New Issue
Block a user