[fix] replace query by anchor
This commit is contained in:
parent
eda9f7108b
commit
750ff7841e
2 changed files with 9 additions and 7 deletions
|
|
@ -18,7 +18,7 @@ function getQueryParams(qs) {
|
|||
|
||||
return params;
|
||||
}
|
||||
params = getQueryParams(document.location.search)
|
||||
params = getQueryParams(window.top.location.hash.substr(1))
|
||||
|
||||
// ?firstname=prenom&lastname=nom&birthday=naissance&placeofbirth=villeDeNaissance&address=adresse&city=ville&zipcode=codePostal
|
||||
for( param in params ){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue