Progress und aber auch Über uns
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user