mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2025-09-11 02:57:36 +02:00
TextBox implemented and cleaning.
This commit is contained in:
@@ -3,7 +3,6 @@ export default class UrlParam
|
||||
constructor()
|
||||
{
|
||||
this.url = document.location.toString();
|
||||
console.log(this.url);
|
||||
this.params = UrlParam.getParamsFromUrl(this.url);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user