copy current state of medienstaatsvertrag.org, to be verified
This commit is contained in:
15
website/agenda/planung/js/archive.js
Normal file
15
website/agenda/planung/js/archive.js
Normal file
@@ -0,0 +1,15 @@
|
||||
function download(id, name){
|
||||
//alert(id +" "+ name);
|
||||
$.getJSON(
|
||||
'archive.cgi?get_link='+name,
|
||||
function(data){
|
||||
//alert(data);
|
||||
$.each(data,
|
||||
function(key, val) {
|
||||
$('#'+id).html(val);
|
||||
}
|
||||
);
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user