4,114
edits
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
// Update the fixed column content | // Update the fixed column content | ||
$('#article-title').html('<p | $('#article-title').html('<p class="article-entry-number">' + entryNumber + '</p>'); | ||
$('#article-content').html('<p>' + people + '</p><p>' + title + '</p><p>' + type + '</p><p>' + description + '</p>'); | $('#article-content').html('<p class="article-people">' + people + '</p><p class="article-title">' + title + '</p><p class="article-type">' + type + '</p><p class="article-description">' + description + '</p>'); | ||
}); | }); | ||