Progress und aber auch Über uns

This commit is contained in:
2026-03-24 00:33:53 +01:00
parent 58472b28ca
commit 87c7193686
6 changed files with 55 additions and 7 deletions

View File

@@ -1,5 +1,9 @@
function remove(lang){
let s = [];
$("#ticker_" + lang).each(function(){
s.push($(this).val());
});
console.log(JSON.stringify(s));
}
function insert(lang){