git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3357 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
uli 2017-11-02 08:56:48 +00:00
parent 3bb0bb53a7
commit fd01254e8f
7 changed files with 10 additions and 11 deletions

View file

@ -11,7 +11,7 @@ $(document).ready(function() {
var tmp = location.href.split('?');
var tmp2 = tmp[0].split('/');
tmp2.pop();
var url = tmp2.join('/') + '/fewo-berechne-gesamtpreis';
var url = tmp2.join('/') + '/berechne-gesamtpreis';
if (tmp[1])
{
url += '?'+ tmp[1];