diff --git a/frontend/src/scripts/index.js b/frontend/src/scripts/index.js index e6cd046..fd9b8a6 100644 --- a/frontend/src/scripts/index.js +++ b/frontend/src/scripts/index.js @@ -44,6 +44,7 @@ class Main extends Component { let searchParams = new URLSearchParams(window.location.search); for(const [key, value] of searchParams){ if (key == "refId"){ + window.history.replaceState( {} , document.title , "/#" ); fetch(addr_prefix + "/api/payment_state?refId=" + value).then(resp => resp.json()).then(json =>{ this.setState({status: json.status, status_text: json.reason}) }) @@ -537,40 +538,6 @@ class Main extends Component {

Další ročník bude na jaře 2025.

- {/* -
this.onSubmit(e)}> -

Registrace

-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
- -
- */}
info@alkator.cz