Naeltard af80b35d61 redestoff dls
impressum still not working >x(
2014-06-18 00:09:10 +02:00

12 lines
346 B
JavaScript

$(document).ready(function() {
console.log("fu");
$("#impressum_link").click(function(){
console.log("bla");
$("#midframe").load("./?action=load&id=redestoff_impressum");
});
$("#test").click(function(){
console.log("bla");
$("#midframe").load("./?action=load&id=redestoff_impressum");
});
});