mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 07:51:57 +02:00
(v1.7.1.9067) Support for Swedish and Russian
This commit is contained in:
@ -116,8 +116,8 @@ $(document).ready(function() {
|
||||
}
|
||||
$(".template-authors").html(doct_tit($(".template-authors").html()));
|
||||
$(".template-citation-authors").html(doct_tit($(".template-citation-authors").html()));
|
||||
$('.template-citation-authors h1').eq(0).html("How to cite the <code>AMR</code> package");
|
||||
$('.template-citation-authors h1').eq(1).html("All contributors of the <code>AMR</code> package");
|
||||
$('.template-citation-authors h1').eq(0).html("All contributors of the <code>AMR</code> package");
|
||||
$('.template-citation-authors h1').eq(1).html("How to cite the <code>AMR</code> package");
|
||||
$(".developers").html(doct_tit($(".developers").html()));
|
||||
$(".developers a[href='authors.html']").text("All contributors...");
|
||||
});
|
||||
|
Reference in New Issue
Block a user