MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 27: Line 27:
             // Update the fixed column content
             // Update the fixed column content
$('#article-title').html('<p style="font-weight: bold;">' + entryNumber + '</p>');
$('#article-title').html('<p style="font-weight: bold;">' + entryNumber + '</p>');
$('#article-content').html('<p>' + people + '</p><p>' + title + '</p><p>' + description + '</p><p>' + type + '</p>');
$('#article-content').html('<p>' + people + '</p><p>' + title + '</p><p>' + type + '</p><p>' + description + '</p>');
         });
         });


Navigation menu