adapt auditor page to new module loading strategy

This commit is contained in:
Florian Dold 2017-04-24 16:22:21 +02:00
parent 82f2b76e25
commit e57cc0560e
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
2 changed files with 3 additions and 1 deletions

View File

@ -115,3 +115,5 @@ class CurrencyList extends React.Component<any, CurrencyListState> {
export function main() {
ReactDOM.render(<CurrencyList />, document.getElementById("container")!);
}
document.addEventListener("DOMContentLoaded", main);

View File

@ -56,4 +56,4 @@
"src/wxApi.ts",
"src/wxBackend.ts"
]
}
}