git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3357 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
3bb0bb53a7
commit
fd01254e8f
7 changed files with 10 additions and 11 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue