Remove hrs.

This commit is contained in:
John-David Dalton
2016-07-04 14:25:04 -07:00
parent d986901a1c
commit 5669cc0a0b

View File

@@ -15,6 +15,8 @@ function build(type) {
$header = $('h1').first().remove(),
version = _.trim($header.find('span').first().text()).slice(1);
$('hr').remove();
$('[id^="user-content-"]')
.attr('class', null)
.attr('id', null);