Heavily improved forum readability
This commit is contained in:
5
scripts/Diff.ts
Normal file
5
scripts/Diff.ts
Normal file
@ -0,0 +1,5 @@
|
||||
export class Diff {
|
||||
static update(element: HTMLElement, html: string) {
|
||||
element.innerHTML = html
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user