updated todo, fixed links in rhein

This commit is contained in:
Ulf Gebhardt 2014-05-29 15:57:59 +02:00
parent 861d6cfbde
commit 0411574267

View File

@ -5,7 +5,7 @@ $(document).ready(function() {
$(this).addClass('aktmenulink');
$(this).parent().addClass('aktmenuitem');
page = $(this).attr('page');
$('#content').load('http://mojotrollz.eu/web/rhein/index.php?page='+page,function(){
$('#content').load('http://fewo-rhein-zwbg.de/index.php?page='+page,function(){
if(page === 'anreise'){
drawmap();}
if(page === 'wohnung'){
@ -28,7 +28,7 @@ function register_anfrage(){
$('#message_fail').show();
} else {
$.ajax({
url: 'http://mojotrollz.eu/web/rhein/api.php?call=anfrage',
url: 'http://fewo-rhein-zwbg.de/api.php?call=anfrage',
type: 'GET',
data: { name : name,
telefon : telefon,