FIX: maps/dist directory is now gitignored
This commit is contained in:
parent
8d8b879ed6
commit
540f69267b
@ -46,7 +46,7 @@ class UrlManager {
|
||||
}
|
||||
|
||||
public getStartLayerNameFromUrl(): string|null {
|
||||
let hash = window.location.hash;
|
||||
const hash = window.location.hash;
|
||||
return hash.length > 1 ? hash.substring(1) : null;
|
||||
}
|
||||
|
||||
|
1
maps/.gitignore
vendored
1
maps/.gitignore
vendored
@ -1 +1,2 @@
|
||||
/node_modules/
|
||||
dist/
|
1577
maps/yarn.lock
Normal file
1577
maps/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user