Merge branch 'main' into lang_de
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>org.example</groupId>
|
||||
<artifactId>Widerhall</artifactId>
|
||||
<version>1.0.6</version>
|
||||
<version>1.0.7</version>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
<div class="footer">
|
||||
Widerhall Mail-Verteiler.
|
||||
Version 1.0.6.
|
||||
|
||||
Version 1.0.7.
|
||||
|
||||
Hol dir den Quellcode auf <a target="_blank" href="https://git.srsoftware.de/StephanRichter/Widerhall/src/branch/lang_de">git.srsoftware.de</a>
|
||||
</div>
|
||||
|
||||
@@ -286,7 +286,7 @@ function testList(listEmail){
|
||||
}
|
||||
|
||||
function transfer(newOwner,listEmail){
|
||||
if (confirm("Really transfer "+listEmail+" to "+newOwner+"?")){
|
||||
if (confirm(listEmail+" wirklich an "+newOwner+" übereignen?")){
|
||||
$.post('/api/list/transfer',{email:newOwner,list:listEmail},reload,'json');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user