TextBox implemented and cleaning.

This commit is contained in:
Mal
2020-02-24 00:19:21 +01:00
parent bd5ec13ea3
commit 3ffc786989
7 changed files with 220 additions and 9 deletions

View File

@@ -3,7 +3,6 @@ export default class UrlParam
constructor()
{
this.url = document.location.toString();
console.log(this.url);
this.params = UrlParam.getParamsFromUrl(this.url);
}