- add new tethys style

- use newest typescript version ^4.5.2
- new images for starting page
This commit is contained in:
Arno Kaimbacher 2021-11-19 16:11:26 +01:00
parent d6b4ff882f
commit 315f845292
14 changed files with 12135 additions and 30 deletions

View file

@ -15,7 +15,7 @@ export default class VsResult extends Vue {
return this.datasets;
}
public getDomainWithoutSubdomain() {
public getDomainWithoutSubdomain(): string {
const urlParts = new URL(window.location.href).hostname.split(".");
return urlParts
@ -24,7 +24,7 @@ export default class VsResult extends Vue {
.join(".");
}
private convert(unixtimestamp: number) {
private convert(unixtimestamp: number): string {
// Unixtimestamp
// var unixtimestamp = document.getElementById('timestamp').value;
// Months array