forked from MapComplete/MapComplete
Fix deployment, fix documentation generation, add a small markdown generator
This commit is contained in:
parent
e480c97676
commit
8e72b70742
27 changed files with 478 additions and 399 deletions
1
Utils.ts
1
Utils.ts
|
@ -159,7 +159,6 @@ export class Utils {
|
|||
return txt;
|
||||
}
|
||||
|
||||
// Date will be undefined on failure
|
||||
public static LoadCustomCss(location: string) {
|
||||
const head = document.getElementsByTagName('head')[0];
|
||||
const link = document.createElement('link');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue