mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 21:01:58 +02:00
ab_info, other bug fixes
This commit is contained in:
@ -67,6 +67,8 @@ $( document ).ready(function() {
|
||||
x = x.replace("Alex", "Prof Dr Alex");
|
||||
x = x.replace("Bhanu", "Prof Dr Bhanu");
|
||||
x = x.replace(/Author, thesis advisor/g, "Doctoral advisor");
|
||||
x = x.replace(/Author, maintainer./g, "");
|
||||
x = x.replace(/Author./g, "");
|
||||
}
|
||||
return(x);
|
||||
}
|
||||
|
Reference in New Issue
Block a user