mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 19:20:56 +01:00
More CS fixes
This commit is contained in:
@@ -20,9 +20,9 @@ $(function () {
|
||||
});
|
||||
}
|
||||
|
||||
if ($('#readme-content').length) {
|
||||
if ($('#md-content').length) {
|
||||
var converter = new Showdown.converter();
|
||||
$('#readme-content').html(converter.makeHtml($('#readme-content').text()));
|
||||
$('#md-content').html(converter.makeHtml($('#md-content').text()));
|
||||
}
|
||||
|
||||
function paginate() {
|
||||
|
||||
Reference in New Issue
Block a user