1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 18:41:58 +02:00

(v0.8.0.9010) mdro bug fix

This commit is contained in:
2019-11-04 11:35:34 +01:00
parent 0bb531f3e0
commit 9060233953
12 changed files with 29 additions and 19 deletions

View File

@ -87,6 +87,7 @@ $( document ).ready(function() {
x = x.replace("Corinna", "Dr. Corinna");
// others
x = x.replace("Bart", "Dr. Bart");
x = x.replace("Sofia", "Dr. Sofia");
x = x.replace("Dennis", "Dr. Dennis");
x = x.replace("Judith", "Dr. Judith");
}